mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Manually close the tree for https://github.com/flutter/flutter/issues/78567 (#78568)
This commit is contained in:
parent
1d92a0ceb5
commit
51dbc768d8
@ -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(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');
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user