Skip to content

Commit 5b5dd9e

Browse files
committed
Skip translog-policy BWC testing on versions prior to 6.3.0 (#69224)
1 parent fcba65a commit 5b5dd9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

qa/translog-policy/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ apply plugin: 'elasticsearch.testclusters'
1515
apply plugin: 'elasticsearch.standalone-test'
1616
apply from : "$rootDir/gradle/bwc-test.gradle"
1717

18-
boolean isDefaultDistro = System.getProperty('tests.distribution', 'oss') == 'default'
1918
for (Version bwcVersion : BuildParams.bwcVersions.indexCompatible) {
20-
if (bwcVersion.before('6.3.0') && isDefaultDistro) {
19+
if (bwcVersion.before('6.3.0')) {
2120
// explicitly running restart on the current node does not work in step 2
2221
// below when plugins are installed, wihch is the case for x-pack as a plugin
2322
// prior to 6.3.0

0 commit comments

Comments
 (0)