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
This commit is contained in:
Jason Tedor 2017-09-18 06:28:50 -04:00
parent c238b79cf4
commit 52e80a9292
1 changed files with 1 additions and 1 deletions

View File

@ -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 {