parent
d5611a6d70
commit
de08016913
@ -3,8 +3,12 @@
|
|||||||
// 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/88531
|
||||||
|
throw TaskResult.failure(
|
||||||
|
'Tree is manuall closed https://github.com/flutter/flutter/issues/88531');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user