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
@@ -48,6 +48,7 @@ val codegenK2BoxTest = nativeTest("codegenK2BoxTest", "codegenK2")
|
||||
val stdlibTest = nativeTest("stdlibTest", "stdlib")
|
||||
val stdlibK2Test = nativeTest("stdlibTest", "stdlibK2")
|
||||
val kotlinTestLibraryTest = nativeTest("kotlinTestLibraryTest", "kotlin-test")
|
||||
val kotlinTestK2LibraryTest = nativeTest("kotlinTestLibraryTest", "kotlin-testK2")
|
||||
val klibAbiTest = nativeTest("klibAbiTest", "klib-abi")
|
||||
val klibBinaryCompatibilityTest = nativeTest("klibBinaryCompatibilityTest", "klib-binary-compatibility")
|
||||
val cinteropTest = nativeTest("cinteropTest", "cinterop")
|
||||
|
||||
Reference in New Issue
Block a user