Skip to content

Commit e4b13de

Browse files
author
Hendrik Muhs
authored
[Transform] disable BWC for backport of #68814 (#68883)
disable BWC for the purpose of backporting #68814
1 parent 7fe21e1 commit e4b13de

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
@@ -169,8 +169,8 @@ tasks.register("verifyVersions") {
169169
* after the backport of the backcompat code is complete.
170170
*/
171171

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

0 commit comments

Comments
 (0)