chore(nextjs): disable failing next storybook test (#20455)

This commit is contained in:
Jason Jean 2023-11-28 11:15:15 -05:00 committed by GitHub
parent 07d7c0aaf4
commit e19d51327f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`);