diff --git a/e2e/make-angular-cli-faster/src/make-angular-cli-faster.test.ts b/e2e/make-angular-cli-faster/src/make-angular-cli-faster.test.ts index 5c323cd9d9..72856820c5 100644 --- a/e2e/make-angular-cli-faster/src/make-angular-cli-faster.test.ts +++ b/e2e/make-angular-cli-faster/src/make-angular-cli-faster.test.ts @@ -23,7 +23,8 @@ describe('make-angular-cli-faster', () => { cleanupProject(); }); - it('should successfully install make-angular-cli-faster with nx cloud', () => { + // TODO(colum): skip until we can investigate why it is installing incorrect version + xit('should successfully install make-angular-cli-faster with nx cloud', () => { // ARRANGE runNgNew(project, packageManager);