Remove flaky Kapt4ToolIntegrationTestGenerated test
The test is now very flaky and leads to java.lang.OutOfMemoryError KTI-1559
This commit is contained in:
committed by
Space Team
parent
bc5810ee67
commit
58fd558308
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user