chore(nextjs): disable failing next storybook test (#20455)
This commit is contained in:
parent
07d7c0aaf4
commit
e19d51327f
@ -19,7 +19,8 @@ describe('Next.js Storybook', () => {
|
|||||||
|
|
||||||
afterAll(() => cleanupProject());
|
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');
|
const appName = uniq('app');
|
||||||
|
|
||||||
runCLI(`generate @nx/next:app ${appName} --no-interactive`);
|
runCLI(`generate @nx/next:app ${appName} --no-interactive`);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user