diff --git a/dev/devicelab/bin/tasks/flutter_view_ios__start_up.dart b/dev/devicelab/bin/tasks/flutter_view_ios__start_up.dart deleted file mode 100644 index 081e9340dd..0000000000 --- a/dev/devicelab/bin/tasks/flutter_view_ios__start_up.dart +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright 2017 The Chromium 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 'dart:async'; - -import 'package:flutter_devicelab/tasks/perf_tests.dart'; -import 'package:flutter_devicelab/framework/adb.dart'; -import 'package:flutter_devicelab/framework/framework.dart'; - -Future main() async { - deviceOperatingSystem = DeviceOperatingSystem.ios; - await task(createFlutterViewStartupTest()); -} diff --git a/dev/devicelab/manifest.yaml b/dev/devicelab/manifest.yaml index 7f0d44d3b3..68b405b01c 100644 --- a/dev/devicelab/manifest.yaml +++ b/dev/devicelab/manifest.yaml @@ -196,12 +196,6 @@ tasks: stage: devicelab_ios required_agent_capabilities: ["has-ios-device"] - flutter_view_ios__start_up: - description: > - Verifies that Flutter View can be used from an iOS project. - stage: devicelab_ios - required_agent_capabilities: ["has-ios-device"] - # Tests running on Windows host flutter_gallery_win__build: