KGP IT: do not run a failing test with class loader cache
This commit is contained in:
committed by
Space Team
parent
958d613911
commit
cc60618e86
+4
@@ -117,6 +117,10 @@ open class Kapt3ClassLoadersCacheIT : Kapt3IT() {
|
|||||||
override fun useGeneratedKotlinSourceK2(gradleVersion: GradleVersion) {
|
override fun useGeneratedKotlinSourceK2(gradleVersion: GradleVersion) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Disabled("classloaders cache is leaking file descriptors that prevents cleaning test project")
|
||||||
|
override fun testMultipleProcessingPasses(gradleVersion: GradleVersion) {
|
||||||
|
}
|
||||||
|
|
||||||
override fun testAnnotationProcessorAsFqName(gradleVersion: GradleVersion) {
|
override fun testAnnotationProcessorAsFqName(gradleVersion: GradleVersion) {
|
||||||
project("annotationProcessorAsFqName".withPrefix, gradleVersion) {
|
project("annotationProcessorAsFqName".withPrefix, gradleVersion) {
|
||||||
//classloaders caching is not compatible with includeCompileClasspath
|
//classloaders caching is not compatible with includeCompileClasspath
|
||||||
|
|||||||
Reference in New Issue
Block a user