Skip to content

Commit cb2334a

Browse files
committed
Re-enable bwc tests after #27881 was backported
1 parent be5da28 commit cb2334a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ task verifyVersions {
139139
* after the backport of the backcompat code is complete.
140140
*/
141141
allprojects {
142-
// TODO: re-enable after https://github.com/elastic/elasticsearch/pull/27881 is backported
143-
ext.bwc_tests_enabled = false
142+
ext.bwc_tests_enabled = true
144143
}
145144

146145
task verifyBwcTestsEnabled {

0 commit comments

Comments
 (0)