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

This reverts commit 444c954f439bb5dce0e9c130c7a37a424ccb5927.
This commit is contained in:
Christopher Fujino 2021-01-21 17:09:38 -08:00 committed by GitHub
parent 97c1dedef9
commit 6a2dfa9f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,9 @@
// 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');
}