Re-enable bwc tests after backport of #28556

This commit is contained in:
Ryan Ernst 2018-02-08 11:53:28 -08:00
parent 5badacf391
commit 578773f11b
1 changed files with 1 additions and 2 deletions

View File

@ -145,8 +145,7 @@ task verifyVersions {
* after the backport of the backcompat code is complete.
*/
allprojects {
// TODO: re-enable after backport of https://github.com/elastic/elasticsearch/pull/28556
ext.bwc_tests_enabled = false
ext.bwc_tests_enabled = true
}
task verifyBwcTestsEnabled {