File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
x-pack/plugin/searchable-snapshots/qa Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ integTest {
6363 dependsOn repositoryPlugin. bundlePlugin
6464 runner {
6565 systemProperty ' test.azure.container' , azureContainer
66- systemProperty ' test.azure.base_path' , azureBasePath + " _searchable_snapshots_tests_" + BuildParams . testSeed
66+ nonInputProperties . systemProperty ' test.azure.base_path' , azureBasePath + " _searchable_snapshots_tests_" + BuildParams . testSeed
6767 }
6868}
6969
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ integTest {
107107 dependsOn repositoryPlugin. bundlePlugin
108108 runner {
109109 systemProperty ' test.gcs.bucket' , gcsBucket
110- systemProperty ' test.gcs.base_path' , gcsBasePath + " _searchable_snapshots_tests" + BuildParams . testSeed
110+ nonInputProperties . systemProperty ' test.gcs.base_path' , gcsBasePath + " _searchable_snapshots_tests" + BuildParams . testSeed
111111 }
112112}
113113
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ integTest {
4545 dependsOn repositoryPlugin. bundlePlugin
4646 runner {
4747 systemProperty ' test.s3.bucket' , s3Bucket
48- systemProperty ' test.s3.base_path' , s3BasePath ? s3BasePath + " _searchable_snapshots_tests" + BuildParams . testSeed : ' base_path'
48+ nonInputProperties . systemProperty ' test.s3.base_path' , s3BasePath ? s3BasePath + " _searchable_snapshots_tests" + BuildParams . testSeed : ' base_path'
4949 }
5050}
5151
You can’t perform that action at this time.
0 commit comments