shuffle tests in web_long_running_tests shard (#82394)
This commit is contained in:
parent
b1c1bdbfba
commit
d6fc44ba67
@ -864,6 +864,11 @@ Future<void> _runWebLongRunningTests() async {
|
||||
'--sound-null-safety',
|
||||
]),
|
||||
];
|
||||
|
||||
// Shuffling mixes fast tests with slow tests so shards take roughly the same
|
||||
// amount of time to run.
|
||||
tests.shuffle(math.Random(0));
|
||||
|
||||
await _ensureChromeDriverIsRunning();
|
||||
await _runShardRunnerIndexOfTotalSubshard(tests);
|
||||
await _stopChromeDriver();
|
||||
|
Loading…
x
Reference in New Issue
Block a user