Skip to content

Commit

Permalink
fix(angular): skip make angular cli faster e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Nov 9, 2022
1 parent efc1005 commit 6c9052b
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -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);

Expand Down

0 comments on commit 6c9052b

Please sign in to comment.