[Spec tests] Exclude spec consistency test from common test task

This commit is contained in:
Victor Petukhov
2020-03-29 22:13:34 +03:00
parent 218c13efc5
commit d6d19b563d
+6
View File
@@ -35,3 +35,9 @@ val specConsistencyTests by task<Test> {
includeTestsMatching("org.jetbrains.kotlin.spec.consistency.SpecTestsConsistencyTest")
}
}
tasks.named<Test>("test") {
filter {
excludeTestsMatching("org.jetbrains.kotlin.spec.consistency.SpecTestsConsistencyTest")
}
}