Unverified Commit dfcd6568 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

re-enable build runner tooling tests (#46708)

parent 4a004962
......@@ -37,8 +37,7 @@ final List<String> flutterTestArgs = <String>[];
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.
///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment