We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac53d93 commit a224a56Copy full SHA for a224a56
qa/mixed-cluster/build.gradle
@@ -65,11 +65,6 @@ for (Version bwcVersion : BuildParams.bwcVersions.wireCompatible) {
65
numberOfNodes = 4
66
67
setting 'path.repo', "${buildDir}/cluster/shared/repo/${baseName}"
68
-
69
- // TODO: remove the whole block after #8513 backport to 2.x
70
- if (bwcVersion.before("3.0.0")) {
71
- setting 'opensearch.experimental.feature.search_pipeline.enabled', 'true'
72
- }
73
}
74
75
0 commit comments