From 01d167486d3cd178f4b6add5265ce6ff6a289af0 Mon Sep 17 00:00:00 2001 From: Adam Semenenko <152864218+adam-enko@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:30:34 +0100 Subject: [PATCH] clear CC reports --- .../gradle/src/test/kotlin/AndroidComposeIT.kt | 9 --------- .../gradle/src/test/kotlin/AndroidProjectIT.kt | 8 -------- 2 files changed, 17 deletions(-) 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 - } } }