disable dart2js test (#28555)
This commit is contained in:
parent
90d090e366
commit
6350d0b48f
@ -168,21 +168,22 @@ Future<void> _runBuildTests() async {
|
||||
await _flutterBuildApk(path);
|
||||
await _flutterBuildIpa(path);
|
||||
}
|
||||
await _flutterBuildDart2js(path.join('dev', 'integration_tests', 'web'));
|
||||
// TODO(jonahwilliams): re-enable when engine rolls.
|
||||
//await _flutterBuildDart2js(path.join('dev', 'integration_tests', 'web'));
|
||||
|
||||
print('${bold}DONE: All build tests successful.$reset');
|
||||
}
|
||||
|
||||
Future<void> _flutterBuildDart2js(String relativePathToApplication) async {
|
||||
print('Running Dart2JS build tests...');
|
||||
await runCommand(flutter,
|
||||
<String>['build', 'web', '-v'],
|
||||
workingDirectory: path.join(flutterRoot, relativePathToApplication),
|
||||
expectNonZeroExit: false,
|
||||
timeout: _kShortTimeout,
|
||||
);
|
||||
print('Done.');
|
||||
}
|
||||
// Future<void> _flutterBuildDart2js(String relativePathToApplication) async {
|
||||
// print('Running Dart2JS build tests...');
|
||||
// await runCommand(flutter,
|
||||
// <String>['build', 'web', '-v'],
|
||||
// workingDirectory: path.join(flutterRoot, relativePathToApplication),
|
||||
// expectNonZeroExit: false,
|
||||
// timeout: _kShortTimeout,
|
||||
// );
|
||||
// print('Done.');
|
||||
// }
|
||||
|
||||
Future<void> _flutterBuildAot(String relativePathToApplication) async {
|
||||
print('Running AOT build tests...');
|
||||
|
Loading…
x
Reference in New Issue
Block a user