Unverified Commit f4c3662b authored by Angjie Li's avatar Angjie Li Committed by GitHub

Revert "Manually close the tree for...

Revert "Manually close the tree for https://github.com/flutter/flutter/issues/78567 (#78568)" (#78647)

This reverts commit 51dbc768.
parent 65158067
...@@ -2,14 +2,9 @@ ...@@ -2,14 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
import 'package:flutter_devicelab/framework/task_result.dart';
import 'package:flutter_devicelab/tasks/hot_mode_tests.dart'; import 'package:flutter_devicelab/tasks/hot_mode_tests.dart';
import 'package:flutter_devicelab/framework/framework.dart'; import 'package:flutter_devicelab/framework/framework.dart';
Future<void> main() async { Future<void> main() async {
await task(createHotModeTest(deviceIdOverride: 'macos')); await task(createHotModeTest(deviceIdOverride: 'macos'));
// TODO(zra): https://github.com/flutter/flutter/issues/78567
throw TaskResult.failure(
'Tree was manually closed for Android version of this test https://github.com/flutter/flutter/issues/78567');
} }
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