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:
245245 # This is where we put all the misbehaving and flaky tests so we can fine-tune their conditions
246246 # and rerun them faster.
247247 flake-jail :
248- executor : action -executor
248+ executor : test -executor
249249 steps :
250250 - attach_workspace : *attach_options
251251 - run : yarn webdriver-update
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ const knownFlakes = [
2323 // Rebuild tests in test-large are flakey if not run as the first suite.
2424 // https://github.com/angular/angular-cli/pull/15204
2525 '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' ,
2628] ;
2729
2830const projectBaseDir = join ( __dirname , '..' ) ;
You can’t perform that action at this time.
0 commit comments