Skip to content

Commit 8019dee

Browse files
committed
Run flaky test detector only on chromium
1 parent b07e612 commit 8019dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-packages/browser-integration-tests/scripts/detectFlakyTests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as glob from 'glob';
66
/**
77
* The number of browsers we run the tests in.
88
*/
9-
const NUM_BROWSERS = 3;
9+
const NUM_BROWSERS = 1;
1010

1111
/**
1212
* Assume that each test runs for 2s.
@@ -53,7 +53,7 @@ ${changedPaths.join('\n')}
5353
const cp = childProcess.spawn(
5454
`npx playwright test ${
5555
testPaths.length ? testPaths.join(' ') : './suites'
56-
} --reporter='line' --repeat-each ${repeatEachCount}`,
56+
} --reporter='line' --repeat-each ${repeatEachCount} --project=chromium`,
5757
{ shell: true, cwd },
5858
);
5959

0 commit comments

Comments
 (0)