[BTA tests] Rename the compatibility tests annotation
^KT-61860 In Progress
This commit is contained in:
committed by
Space Team
parent
2a3cc758cf
commit
2347f732db
@@ -129,7 +129,7 @@ testing {
|
||||
ensureExecutedAgainstExpectedBuildToolsImplVersion(suitConfig.implVersion)
|
||||
useJUnitPlatform {
|
||||
if (suitConfig.onlyCompatibilityTests) {
|
||||
includeTags("CompatibilityTest")
|
||||
includeTags("CompatibilityTests")
|
||||
}
|
||||
}
|
||||
systemProperty("kotlin.build-tools-api.log.level", "DEBUG")
|
||||
|
||||
+1
-1
@@ -10,4 +10,4 @@ import org.junit.jupiter.api.Tag
|
||||
@Target(AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.FUNCTION)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
@Tag("CompatibilityTest")
|
||||
annotation class CompatibilityTest
|
||||
annotation class CompatibilityTests
|
||||
Reference in New Issue
Block a user