Revert "Manually close the tree for issue #88531 (#88532)" (#88580)

This reverts commit de08016913.
This commit is contained in:
Zachary Anderson 2021-08-20 08:33:16 -07:00 committed by GitHub
parent de67f817a3
commit deacb8d434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,12 +3,8 @@
// found in the LICENSE file.
import 'package:flutter_devicelab/framework/framework.dart';
import 'package:flutter_devicelab/framework/task_result.dart';
import 'package:flutter_devicelab/tasks/hot_mode_tests.dart';
Future<void> main() async {
await task(createHotModeTest(deviceIdOverride: 'macos'));
// TODO(zra): https://github.com/flutter/flutter/issues/88531
throw TaskResult.failure(
'Tree is manuall closed https://github.com/flutter/flutter/issues/88531');
}