Skip to content

Instantly share code, notes, and snippets.

@Malinskiy
Last active March 7, 2019 16:23
Show Gist options
  • Save Malinskiy/9f3540b4f34c41138730dd975a65c187 to your computer and use it in GitHub Desktop.
Save Malinskiy/9f3540b4f34c41138730dd975a65c187 to your computer and use it in GitHub Desktop.
class NoRetryStrategy : RetryStrategy {
override fun process(devicePoolId: DevicePoolId, tests: Collection<TestResult>, testShard: TestShard): List<TestResult> {
return emptyList()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment