Skip to content

Commit 605085c

Browse files
alan-agius4vikerman
authored andcommitted
test: add selected_spec_large to flake jail
1 parent b6a9fd9 commit 605085c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2830
const projectBaseDir = join(__dirname, '..');

0 commit comments

Comments
 (0)