Sort scripted tests

We're seeing errors in github actions that may be related to scripted
test ordering.
This commit is contained in:
Ethan Atkins 2020-11-19 10:56:50 -08:00
parent f4921e3dd7
commit 3ff0c296b9
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ final class ScriptedTests(
def createTestRunners(tests: Seq[TestInfo]): Seq[TestRunner] = {
tests
.sortBy(_._1)
.grouped(batchSize)
.map { batch => () =>
IO.withTemporaryDirectory {