We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d92a0c commit 51dbc76Copy full SHA for 51dbc76
dev/devicelab/bin/tasks/hot_mode_dev_cycle_macos_target__benchmark.dart
@@ -2,9 +2,14 @@
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
+import 'package:flutter_devicelab/framework/task_result.dart';
6
import 'package:flutter_devicelab/tasks/hot_mode_tests.dart';
7
import 'package:flutter_devicelab/framework/framework.dart';
8
9
Future<void> main() async {
10
await task(createHotModeTest(deviceIdOverride: 'macos'));
11
+
12
+ // TODO(zra): https://github.com/flutter/flutter/issues/78567
13
+ throw TaskResult.failure(
14
+ 'Tree was manually closed for Android version of this test https://github.com/flutter/flutter/issues/78567');
15
}
0 commit comments