[Spec tests] Exclude spec consistency test from common test task
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user