This reverts commit 5acf7e98f16222610a4e6bfe1e36b08a90cf53a4.
This commit is contained in:
parent
5acf7e98f1
commit
b6419e8e89
@ -3,13 +3,8 @@
|
|||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
import 'package:flutter_devicelab/framework/framework.dart';
|
import 'package:flutter_devicelab/framework/framework.dart';
|
||||||
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';
|
||||||
|
|
||||||
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/86754
|
|
||||||
throw TaskResult.failure(
|
|
||||||
'Tree was manually closed for Android version of this test https://github.com/flutter/flutter/issues/86754');
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user