Remove smoke_catalina_hot_mode_dev_cycle__benchmark (#74006)
diff --git a/dev/devicelab/bin/tasks/smoke_catalina_hot_mode_dev_cycle__benchmark.dart b/dev/devicelab/bin/tasks/smoke_catalina_hot_mode_dev_cycle__benchmark.dart deleted file mode 100644 index 8637dcd..0000000 --- a/dev/devicelab/bin/tasks/smoke_catalina_hot_mode_dev_cycle__benchmark.dart +++ /dev/null
@@ -1,10 +0,0 @@ -// Copyright 2014 The Flutter Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -import 'package:flutter_devicelab/tasks/hot_mode_tests.dart'; -import 'package:flutter_devicelab/framework/framework.dart'; - -Future<void> main() async { - await task(createHotModeTest()); -}
diff --git a/dev/devicelab/manifest.yaml b/dev/devicelab/manifest.yaml index 660ef28..46947ec 100644 --- a/dev/devicelab/manifest.yaml +++ b/dev/devicelab/manifest.yaml
@@ -506,12 +506,6 @@ stage: devicelab required_agent_capabilities: ["mac-catalina/android"] - smoke_catalina_hot_mode_dev_cycle__benchmark: - description: > - A some test that runs on macOS Catalina, which is a clone of the Dart VM hot patching performance benchmarking. - stage: devicelab - required_agent_capabilities: ["mac-catalina/android"] - # macOS target platform tests hot_mode_dev_cycle_macos_target__benchmark: description: >