diff --git a/test_runner/src/main/kotlin/ftl/args/IosArgs.kt b/test_runner/src/main/kotlin/ftl/args/IosArgs.kt index 47756d0de3..ab341b95aa 100644 --- a/test_runner/src/main/kotlin/ftl/args/IosArgs.kt +++ b/test_runner/src/main/kotlin/ftl/args/IosArgs.kt @@ -39,7 +39,7 @@ IosArgs device:${ArgsToString.objectsToString(devices)} num-flaky-test-attempts: $flakyTestAttempts directories-to-pull: ${ArgsToString.listToString(directoriesToPull)} - + flank: max-test-shards: $maxTestShards shard-time: $shardTime diff --git a/test_runner/src/test/kotlin/ftl/args/IosArgsTest.kt b/test_runner/src/test/kotlin/ftl/args/IosArgsTest.kt index 342f7197c4..f44d4d135f 100644 --- a/test_runner/src/test/kotlin/ftl/args/IosArgsTest.kt +++ b/test_runner/src/test/kotlin/ftl/args/IosArgsTest.kt @@ -227,6 +227,7 @@ IosArgs locale: c orientation: default num-flaky-test-attempts: 4 + directories-to-pull: flank: max-test-shards: 7 @@ -284,6 +285,7 @@ IosArgs locale: en orientation: portrait num-flaky-test-attempts: 0 + directories-to-pull: flank: max-test-shards: 1