Remove flaky Kapt4ToolIntegrationTestGenerated test

The test is now very flaky and leads to java.lang.OutOfMemoryError

KTI-1559
This commit is contained in:
Nikolay Krasko
2024-01-19 10:53:38 +01:00
committed by Space Team
parent bc5810ee67
commit 58fd558308
2 changed files with 0 additions and 101 deletions
@@ -377,9 +377,6 @@ fun main(args: Array<String>) {
testClass<AbstractKaptToolIntegrationTest> {
model("integration", recursive = false, extension = null)
}
testClass<AbstractKapt4ToolIntegrationTest> {
model("integration-kapt4", recursive = false, extension = null)
}
}
testGroup("plugins/kapt3/kapt3-compiler/tests-gen", "plugins/kapt3/kapt3-compiler/testData") {