Skip to content

Commit 954fb1c

Browse files
committed
Reenable BWC tests after global checkpoint sync
This commit reenables the BWC tests after the introduction of the post-operation and background global checkpoint sync. Relates #26591
1 parent f35d1de commit 954fb1c

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
@@ -186,7 +186,7 @@ task verifyVersions {
186186
* after the backport of the backcompat code is complete.
187187
*/
188188
allprojects {
189-
ext.bwc_tests_enabled = false
189+
ext.bwc_tests_enabled = true
190190
}
191191

192192
task verifyBwcTestsEnabled {

0 commit comments

Comments
 (0)