re-enable build runner tooling tests (#46708)

This commit is contained in:
Jonah Williams 2019-12-10 13:10:09 -08:00 committed by GitHub
parent 4a0049627f
commit dfcd6568e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
///