File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ jobs:
245
245
# This is where we put all the misbehaving and flaky tests so we can fine-tune their conditions
246
246
# and rerun them faster.
247
247
flake-jail :
248
- executor : action -executor
248
+ executor : test -executor
249
249
steps :
250
250
- attach_workspace : *attach_options
251
251
- run : yarn webdriver-update
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ const knownFlakes = [
23
23
// Rebuild tests in test-large are flakey if not run as the first suite.
24
24
// https://github.com/angular/angular-cli/pull/15204
25
25
'packages/angular_devkit/build_angular/test/browser/rebuild_spec_large.ts' ,
26
+ // This is flaky with NGCC
27
+ 'packages/angular_devkit/build_angular/test/karma/selected_spec_large.ts' ,
26
28
] ;
27
29
28
30
const projectBaseDir = join ( __dirname , '..' ) ;
You can’t perform that action at this time.
0 commit comments