diff --git a/e2e/next-extensions/src/next-storybook.test.ts b/e2e/next-extensions/src/next-storybook.test.ts index c2ba941106..e4f5b251e3 100644 --- a/e2e/next-extensions/src/next-storybook.test.ts +++ b/e2e/next-extensions/src/next-storybook.test.ts @@ -19,7 +19,8 @@ describe('Next.js Storybook', () => { afterAll(() => cleanupProject()); - it('should run a Next.js based Storybook setup', async () => { + // TODO(@ndcunningham): This test is failing, please re-enable when it is fixed. + xit('should run a Next.js based Storybook setup', async () => { const appName = uniq('app'); runCLI(`generate @nx/next:app ${appName} --no-interactive`);