[Gradle] Move the OtherGradlePluginTests tag from Kapt3BaseIT to Kapt3IT
Tags on classes are being combined leading to Kapt3AndroidIT and other Kapt3 Android tests being marked as both ``@OtherGradlePluginTests` and `AndroidGradlePluginTests` #KT-45748 In Progress
This commit is contained in:
committed by
Space Team
parent
8508ce27c4
commit
3fee07207e
+1
-1
@@ -37,7 +37,6 @@ import kotlin.io.path.deleteExisting
|
|||||||
import kotlin.io.path.outputStream
|
import kotlin.io.path.outputStream
|
||||||
import kotlin.test.assertEquals
|
import kotlin.test.assertEquals
|
||||||
|
|
||||||
@OtherGradlePluginTests
|
|
||||||
abstract class Kapt3BaseIT : KGPBaseTest() {
|
abstract class Kapt3BaseIT : KGPBaseTest() {
|
||||||
companion object {
|
companion object {
|
||||||
private const val KAPT_SUCCESSFUL_MESSAGE = "Annotation processing complete, errors: 0"
|
private const val KAPT_SUCCESSFUL_MESSAGE = "Annotation processing complete, errors: 0"
|
||||||
@@ -116,6 +115,7 @@ class Kapt3ClassLoadersCacheIT : Kapt3IT() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@DisplayName("Kapt base checks")
|
@DisplayName("Kapt base checks")
|
||||||
|
@OtherGradlePluginTests
|
||||||
open class Kapt3IT : Kapt3BaseIT() {
|
open class Kapt3IT : Kapt3BaseIT() {
|
||||||
@DisplayName("Kapt is skipped when no annotation processors are added")
|
@DisplayName("Kapt is skipped when no annotation processors are added")
|
||||||
@GradleTest
|
@GradleTest
|
||||||
|
|||||||
Reference in New Issue
Block a user