Disable bwc tests in preparation of merging #25512 & #25511

This commit is contained in:
Boaz Leskes 2017-07-08 09:25:43 +02:00
parent baa1858f56
commit b40b002c1d
1 changed files with 2 additions and 1 deletions

View File

@ -159,7 +159,8 @@ task verifyVersions {
* after the backport of the backcompat code is complete.
*/
allprojects {
ext.bwc_tests_enabled = true
// disabled in preparation of merging #25512 & #25511
ext.bwc_tests_enabled = false
}
task verifyBwcTestsEnabled {