Skip to content

Commit 2fc6c64

Browse files
committed
Disable bwc tests in preparation of backporting #26931
1 parent 95cf3df commit 2fc6c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ task verifyVersions {
186186
* after the backport of the backcompat code is complete.
187187
*/
188188
allprojects {
189-
ext.bwc_tests_enabled = true
189+
ext.bwc_tests_enabled = false
190190
}
191191

192192
task verifyBwcTestsEnabled {

0 commit comments

Comments
 (0)