Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfilipow92 authored and mergify-bot committed Oct 26, 2020
1 parent fb8e99f commit a3e0976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/src/main/kotlin/ftl/args/IosArgs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions test_runner/src/test/kotlin/ftl/args/IosArgsTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ IosArgs
locale: c
orientation: default
num-flaky-test-attempts: 4
directories-to-pull:
flank:
max-test-shards: 7
Expand Down Expand Up @@ -284,6 +285,7 @@ IosArgs
locale: en
orientation: portrait
num-flaky-test-attempts: 0
directories-to-pull:
flank:
max-test-shards: 1
Expand Down

0 comments on commit a3e0976

Please sign in to comment.