Skip to content

Commit

Permalink
Fix settings typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbauman committed Mar 6, 2024
1 parent fbbd099 commit b34fd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/mixed-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ BuildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
setting 'xpack.security.enabled', 'false'
/* There is a chance we have more master changes than "normal", so to avoid this test from failing,
we increase the threshold (as this purpose of this test isn't to test that specific indicator). */
setting 'health.master_history.no_master_transitions_threshold', 10
setting 'health.master_history.no_master_transitions_threshold', '10'
requiresFeature 'es.index_mode_feature_flag_registered', Version.fromString("8.0.0")
}

Expand Down

0 comments on commit b34fd4d

Please sign in to comment.