diff --git a/dokka-integration-tests/gradle/src/test/kotlin/AndroidComposeIT.kt b/dokka-integration-tests/gradle/src/test/kotlin/AndroidComposeIT.kt index 2847d22aa3..c638d5e270 100644 --- a/dokka-integration-tests/gradle/src/test/kotlin/AndroidComposeIT.kt +++ b/dokka-integration-tests/gradle/src/test/kotlin/AndroidComposeIT.kt @@ -142,17 +142,8 @@ class AndroidComposeIT { } withClue("TeamCity needs another build to let AGP finish setting up the Android SDK") { - clearCcReports() - configCacheRunner.build { shouldHaveTask(":dokkaGenerate").shouldHaveOutcome(UP_TO_DATE, SUCCESS) - - output shouldContain "Configuration cache entry stored" - - loadConfigurationCacheReportData(projectDir = project.projectDir) - .asClue { ccReport -> - ccReport.totalProblemCount shouldBe 0 - } } } diff --git a/dokka-integration-tests/gradle/src/test/kotlin/AndroidProjectIT.kt b/dokka-integration-tests/gradle/src/test/kotlin/AndroidProjectIT.kt index 0bd98ecc9d..67a331475c 100644 --- a/dokka-integration-tests/gradle/src/test/kotlin/AndroidProjectIT.kt +++ b/dokka-integration-tests/gradle/src/test/kotlin/AndroidProjectIT.kt @@ -148,16 +148,8 @@ class AndroidProjectIT { } withClue("TeamCity needs another build to let AGP finish setting up the Android SDK") { - clearCcReports() configCacheRunner.build { shouldHaveTask(":dokkaGenerate").shouldHaveOutcome(UP_TO_DATE, SUCCESS) - - output shouldContain "Configuration cache entry stored" - - loadConfigurationCacheReportData(projectDir = project.projectDir) - .asClue { ccReport -> - ccReport.totalProblemCount shouldBe 0 - } } }