Skip to content

Commit dc0c994

Browse files
authored
Configure internalClusterTest for snapshot_feature_enabled flag (#62185)
closes #62039
1 parent b9017da commit dc0c994

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/searchable-snapshots/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ artifacts {
3838
testArtifacts testJar
3939
}
4040

41-
testClusters.all {
41+
internalClusterTest {
4242
if (BuildParams.isSnapshotBuild() == false) {
4343
systemProperty 'es.searchable_snapshots_feature_enabled', 'true'
4444
}
4545
}
46+

0 commit comments

Comments
 (0)