Skip to content

Commit ff5470d

Browse files
committed
Reenable BWC tests after disabling for backport
This commit reenables the BWC tests after they were disabled for backporting the change to track global checkpoints of shard copies on the primary. Relates #26666
1 parent e95b924 commit ff5470d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ task verifyVersions {
175175
* after the backport of the backcompat code is complete.
176176
*/
177177
allprojects {
178-
ext.bwc_tests_enabled = false
178+
ext.bwc_tests_enabled = true
179179
}
180180

181181
task verifyBwcTestsEnabled {

0 commit comments

Comments
 (0)