Skip to content

Commit 06664d5

Browse files
authored
[Transform] disable bwc for backporting telemetry for transform features (#71845)
1 parent ee5cd44 commit 06664d5

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
@@ -190,9 +190,9 @@ tasks.register("verifyVersions") {
190190
* after the backport of the backcompat code is complete.
191191
*/
192192

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

0 commit comments

Comments
 (0)