Unverified Commit 444c954f authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Manually close tree while devicelab staging is failing (#74434)

parent afe3d0d2
......@@ -2,9 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// 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/framework/framework.dart';
Future<void> main() async {
await task(createHotModeTest(deviceIdOverride: 'macos'));
// TODO(fujino): https://github.com/flutter/flutter/issues/74431
throw TaskResult.failure(
'Tree was manually closed for Android version of this test https://github.com/flutter/flutter/issues/74431');
}
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