Skip to content

Commit 47fc81f

Browse files
authored
Revert "Remove flutter_view_ios__start_up.dart (flutter#8978)" (flutter#8996)
This reverts commit 38e4e48.
1 parent bc8cc80 commit 47fc81f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Copyright 2017 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
5+
import 'dart:async';
6+
7+
import 'package:flutter_devicelab/tasks/perf_tests.dart';
8+
import 'package:flutter_devicelab/framework/adb.dart';
9+
import 'package:flutter_devicelab/framework/framework.dart';
10+
11+
Future<Null> main() async {
12+
deviceOperatingSystem = DeviceOperatingSystem.ios;
13+
await task(createFlutterViewStartupTest());
14+
}

dev/devicelab/manifest.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ tasks:
196196
stage: devicelab_ios
197197
required_agent_capabilities: ["has-ios-device"]
198198

199+
flutter_view_ios__start_up:
200+
description: >
201+
Verifies that Flutter View can be used from an iOS project.
202+
stage: devicelab_ios
203+
required_agent_capabilities: ["has-ios-device"]
204+
199205
# Tests running on Windows host
200206

201207
flutter_gallery_win__build:

0 commit comments

Comments
 (0)