From dfcd6568e8bc007c00adf36107e08b1512b91db8 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Tue, 10 Dec 2019 13:10:09 -0800 Subject: [PATCH] re-enable build runner tooling tests (#46708) --- dev/bots/test.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/bots/test.dart b/dev/bots/test.dart index a98d0efaef8..d18333019d3 100644 --- a/dev/bots/test.dart +++ b/dev/bots/test.dart @@ -37,8 +37,7 @@ final List flutterTestArgs = []; final bool useFlutterTestFormatter = Platform.environment['FLUTTER_TEST_FORMATTER'] == 'true'; -// This is disabled due to https://github.com/dart-lang/build/issues/2562 -const bool canUseBuildRunner = false; +final bool canUseBuildRunner = Platform.environment['FLUTTER_TEST_NO_BUILD_RUNNER'] != 'true'; /// The number of Cirrus jobs that run host-only devicelab tests in parallel. ///