Skip to content

Commit

Permalink
Remove feature flag setting on qa
Browse files Browse the repository at this point in the history
  • Loading branch information
noCharger committed Jul 18, 2023
1 parent ac53d93 commit 3170953
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions qa/mixed-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ for (Version bwcVersion : BuildParams.bwcVersions.wireCompatible) {
numberOfNodes = 4

setting 'path.repo', "${buildDir}/cluster/shared/repo/${baseName}"

// TODO: remove the whole block after #8513 backport to 2.x
if (bwcVersion.before("3.0.0")) {
setting 'opensearch.experimental.feature.search_pipeline.enabled', 'true'
}
}
}

Expand Down

0 comments on commit 3170953

Please sign in to comment.