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 a9ae5b6 commit 10c8692
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 @@ -175,7 +175,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 10c8692

Please sign in to comment.