Skip to content

Commit c6c6596

Browse files
authored
[7.x] Configure internalClusterTest for snapshot_feature_enabled flag (#62185) (#62189)
closes #62039
1 parent b6bff56 commit c6c6596

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ dependencies {
1515
internalClusterTestImplementation project(path: xpackModule('core'), configuration: 'testArtifacts')
1616
}
1717

18+
19+
1820
// add all sub-projects of the qa sub-project
1921
gradle.projectsEvaluated {
2022
project.subprojects
@@ -38,8 +40,9 @@ artifacts {
3840
testArtifacts testJar
3941
}
4042

41-
testClusters.all {
43+
internalClusterTest {
4244
if (BuildParams.isSnapshotBuild() == false) {
4345
systemProperty 'es.searchable_snapshots_feature_enabled', 'true'
4446
}
4547
}
48+

0 commit comments

Comments
 (0)