Add a class for long-running sequence/iterable tests
These tests will not run neither locally nor on CI unless the explicit "kotlin.stdlib.test.long.sequences" parameter is specified.
This commit is contained in:
@@ -261,4 +261,10 @@ compileTestKotlin {
|
||||
}
|
||||
}
|
||||
|
||||
test {
|
||||
if (project.hasProperty("kotlin.stdlib.test.long.sequences")) {
|
||||
systemProperty("kotlin.stdlib.test.long.sequences", "true")
|
||||
}
|
||||
}
|
||||
|
||||
kotlin.experimental.coroutines 'enable'
|
||||
|
||||
Reference in New Issue
Block a user