Skip to content

Commit 1fcaec7

Browse files
committed
Ignore test seed used in test system properties (#58789)
1 parent 3acabf2 commit 1fcaec7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)