Skip to content

Commit 3c191c2

Browse files
committed
Remove workaround in LegacyYamlRestTestPluginFuncTest
1 parent 1a2e50c commit 3c191c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/LegacyYamlRestTestPluginFuncTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import org.gradle.testkit.runner.TaskOutcome
2121
class LegacyYamlRestTestPluginFuncTest extends AbstractRestResourcesFuncTest {
2222

2323
def setup() {
24-
configurationCacheCompatible = false // This is interfering with the entitlements logic in ElasticsearchTestBasePlugin
24+
configurationCacheCompatible = true
2525
buildApiRestrictionsDisabled = true
2626
}
2727

0 commit comments

Comments
 (0)