Browse Source

Configure internalClusterTest for snapshot_feature_enabled flag (#62185)

closes #62039
Jake Landis 5 years ago
parent
commit
dc0c9942de
1 changed files with 2 additions and 1 deletions
  1. 2 1
      x-pack/plugin/searchable-snapshots/build.gradle

+ 2 - 1
x-pack/plugin/searchable-snapshots/build.gradle

@@ -38,8 +38,9 @@ artifacts {
   testArtifacts testJar
 }
 
-testClusters.all {
+internalClusterTest {
   if (BuildParams.isSnapshotBuild() == false) {
     systemProperty 'es.searchable_snapshots_feature_enabled', 'true'
   }
 }
+