diff --git a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/CacheVersionChangedIT.kt b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/CacheVersionChangedIT.kt index b22f2eecc66..a4eab2ea64e 100644 --- a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/CacheVersionChangedIT.kt +++ b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/CacheVersionChangedIT.kt @@ -15,12 +15,6 @@ class CacheVersionChangedIT : BaseGradleIT() { fun testNormalCacheVersionChanged() { compileIncrementallyWithChangedVersion("format-version.txt") } - - @Test - fun testExperimentalCacheVersionChanged() { - compileIncrementallyWithChangedVersion("experimental-format-version.txt") - } - @Test fun testDataContainerCacheVersionChanged() { compileIncrementallyWithChangedVersion("data-container-format-version.txt")