diff --git a/e2e/schematics/ng-add.test.ts b/e2e/schematics/ng-add.test.ts index 3c519be23b..bca62829e2 100644 --- a/e2e/schematics/ng-add.test.ts +++ b/e2e/schematics/ng-add.test.ts @@ -243,7 +243,7 @@ describe('Nrwl Convert to Nx Workspace', () => { ); }); - it('should generate a workspace from a universal cli project', () => { + xit('should generate a workspace from a universal cli project', () => { // create a new AngularCLI app runNgNew();