mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
re-enable build runner tooling tests (#46708)
This commit is contained in:
parent
4a0049627f
commit
dfcd6568e8
@ -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.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user