Skip to content

Commit a224a56

Browse files
committed
Remove feature flag setting on qa
Signed-off-by: Louis Chu <clingzhi@amazon.com>
1 parent ac53d93 commit a224a56

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

qa/mixed-cluster/build.gradle

-5
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ for (Version bwcVersion : BuildParams.bwcVersions.wireCompatible) {
6565
numberOfNodes = 4
6666

6767
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-
}
7368
}
7469
}
7570

0 commit comments

Comments
 (0)