Skip to content

Commit cfa4c88

Browse files
authored
[7.x] Re-enable BWC tests after backport of ILM frozen phase changes (#70179) (#70188)
With #70158 (master), #70170 (7.x), and #70171 (7.12) merged, we can now re-enable backwards compatibilty tests on master and 7.x.
1 parent 971b8b5 commit cfa4c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ tasks.register("verifyVersions") {
189189
* after the backport of the backcompat code is complete.
190190
*/
191191

192-
boolean bwc_tests_enabled = false
193-
String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/70158" /* place a PR link here when committing bwc changes */
192+
boolean bwc_tests_enabled = true
193+
String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
194194
/*
195195
* FIPS 140-2 behavior was fixed in 7.11.0. Before that there is no way to run elasticsearch in a
196196
* JVM that is properly configured to be in fips mode with BCFIPS. For now we need to disable

0 commit comments

Comments
 (0)