Skip to content

Commit

Permalink
Reenable BWC tests after global checkpoint sync
Browse files Browse the repository at this point in the history
This commit reenables the BWC tests after the introduction of the
post-operation and background global checkpoint sync.

Relates #26591
  • Loading branch information
jasontedor committed Sep 21, 2017
1 parent f35d1de commit 954fb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ task verifyVersions {
* after the backport of the backcompat code is complete.
*/
allprojects {
ext.bwc_tests_enabled = false
ext.bwc_tests_enabled = true
}

task verifyBwcTestsEnabled {
Expand Down

0 comments on commit 954fb1c

Please sign in to comment.