Re-disable BWC tests after inadvertent re-enabling

These tests were disabled to facilitate backport of a PR which is not
yet complete. These tests were accidentally reenabled after a merge
conflict was resolved in the wrong direction. This commit addresses this
issue.
This commit is contained in:
Jason Tedor 2018-01-31 19:14:31 -05:00
parent 2570dc5997
commit f792606f1c
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ task verifyVersions {
* after the backport of the backcompat code is complete.
*/
allprojects {
ext.bwc_tests_enabled = true
ext.bwc_tests_enabled = false
}
task verifyBwcTestsEnabled {