Put separate tag to KotlinTestK2LibraryTest to disable it for one-stage testing
Merge-request: KT-MR-9054 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
5b7efbfed7
commit
8e5b19fe96
+1
-1
@@ -36,7 +36,7 @@ class KotlinTestLibraryTest : AbstractNativeBlackBoxTest() {
|
||||
fun worker() = dynamicTestCase(TestCaseId.Named("worker"))
|
||||
}
|
||||
|
||||
@Tag("kotlin-test")
|
||||
@Tag("kotlin-testK2")
|
||||
@PredefinedTestCases(
|
||||
TC(
|
||||
name = "default",
|
||||
|
||||
Reference in New Issue
Block a user