Revert "Remove flutter_view_ios__start_up.dart (#8978)" (#8996)

This reverts commit 38e4e48d06.
This commit is contained in:
Sarah Zakarias 2017-03-24 11:45:57 +01:00 committed by GitHub
parent bc8cc80b9f
commit 47fc81f14d
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,14 @@
// 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<Null> main() async {
deviceOperatingSystem = DeviceOperatingSystem.ios;
await task(createFlutterViewStartupTest());
}

View file

@ -196,6 +196,12 @@ 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: