Skip to content

Commit 3aa9716

Browse files
authored
Re-enable BWC (#82888)
Relates to #82689
1 parent 98dc0eb commit 3aa9716

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
@@ -131,9 +131,9 @@ tasks.register("verifyVersions") {
131131
* after the backport of the backcompat code is complete.
132132
*/
133133

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

0 commit comments

Comments
 (0)