From 13530ba8130c255bb96fdcbbefad1b84dca4912a Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Fri, 24 Jul 2020 17:01:57 -0700 Subject: [PATCH] Disable the web SDK API conformance test until the analyzer is updated for Dart 2.10 (flutter/engine#20023) --- engine/src/flutter/ci/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engine/src/flutter/ci/build.sh b/engine/src/flutter/ci/build.sh index 6e63dd9c9f..52d0e053c9 100755 --- a/engine/src/flutter/ci/build.sh +++ b/engine/src/flutter/ci/build.sh @@ -18,4 +18,5 @@ flutter/ci/licenses.sh cd flutter/web_sdk pub get cd .. -dart web_sdk/test/api_conform_test.dart +# TODO(jsimmons): reenable this when the analyzer has been updated for Dart 2.10 +# dart web_sdk/test/api_conform_test.dart