[BTA tests] Rename the compatibility tests annotation

^KT-61860 In Progress
This commit is contained in:
Alexander.Likhachev
2024-02-05 20:50:29 +01:00
committed by Space Team
parent 2a3cc758cf
commit 2347f732db
2 changed files with 2 additions and 2 deletions
@@ -129,7 +129,7 @@ testing {
ensureExecutedAgainstExpectedBuildToolsImplVersion(suitConfig.implVersion)
useJUnitPlatform {
if (suitConfig.onlyCompatibilityTests) {
includeTags("CompatibilityTest")
includeTags("CompatibilityTests")
}
}
systemProperty("kotlin.build-tools-api.log.level", "DEBUG")
@@ -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