Skip to content

Commit

Permalink
Reenable BWC tests after disabling for backport
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jasontedor committed Sep 18, 2017
1 parent e157b27 commit 34fdcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
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 34fdcc6

Please sign in to comment.