Mark some tests as not flaky (#23840)

These tests have been run for a few days now with no flakiness.
This commit is contained in:
Dan Field 2018-11-01 20:08:45 -07:00 committed by GitHub
parent d80999d6b8
commit f1f4bda8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -288,28 +288,24 @@ tasks:
Tests naming and attaching to specific isolates.
stage: devicelab
required_agent_capabilities: ["linux/android"]
flaky: true
flutter_create_offline_test_linux:
description: >
Tests the `flutter create --offline` command.
stage: devicelab
required_agent_capabilities: ["linux/android"]
flaky: true
flutter_create_offline_test_windows:
description: >
Tests the `flutter create --offline` command.
stage: devicelab
required_agent_capabilities: ["windows/android"]
flaky: true
flutter_create_offline_test_mac:
description: >
Tests the `flutter create --offline` command.
stage: devicelab
required_agent_capabilities: ["mac/android"]
flaky: true
# iOS on-device tests