Skip to content

Commit a02467c

Browse files
clydinhansl
authored andcommitted
test: disable ng test watch mode in e2e
1 parent 255a665 commit a02467c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/tests/basic/update-1.0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function () {
1111
.then(() => expectToFail(() => ng('build')))
1212
.then(() => ng('update', '@angular/cli'))
1313
.then(() => ng('generate', 'component', 'my-comp'))
14-
.then(() => ng('test'))
14+
.then(() => ng('test', '--watch=false'))
1515
.then(() => ng('lint'))
1616
.then(() => ng('build', '--prod'))
1717
.then(() => ng('e2e'));

tests/e2e/tests/basic/update-1.7.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function () {
1111
.then(() => expectToFail(() => ng('build')))
1212
.then(() => ng('update', '@angular/cli'))
1313
.then(() => ng('generate', 'component', 'my-comp'))
14-
.then(() => ng('test'))
14+
.then(() => ng('test', '--watch=false'))
1515
.then(() => ng('lint'))
1616
.then(() => ng('build', '--prod'))
1717
.then(() => ng('e2e'));

0 commit comments

Comments
 (0)