File tree 1 file changed +5
-1
lines changed
x-pack/plugin/searchable-snapshots/qa/azure
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 16
16
* specific language governing permissions and limitations
17
17
* under the License.
18
18
*/
19
-
19
+ import org.elasticsearch.gradle.info.BuildParams
20
20
import static org.elasticsearch.gradle.PropertyNormalization.IGNORE_VALUE
21
21
22
22
apply plugin : ' elasticsearch.standalone-rest-test'
@@ -73,6 +73,10 @@ testClusters.integTest {
73
73
testDistribution = ' DEFAULT'
74
74
plugin file(repositoryPlugin. bundlePlugin. archiveFile)
75
75
76
+ if (BuildParams . isSnapshotBuild() == false ) {
77
+ systemProperty ' es.searchable_snapshots_feature_enabled' , ' true'
78
+ }
79
+
76
80
keystore ' azure.client.searchable_snapshots.account' , azureAccount
77
81
keystore ' azure.client.searchable_snapshots.key' , azureKey
78
82
keystore ' azure.client.searchable_snapshots.sas_token' , azureSasToken
You can’t perform that action at this time.
0 commit comments