Unverified Commit f1f4bda8 authored by Dan Field's avatar Dan Field Committed by GitHub

Mark some tests as not flaky (#23840)

These tests have been run for a few days now with no flakiness.
parent d80999d6
...@@ -288,28 +288,24 @@ tasks: ...@@ -288,28 +288,24 @@ tasks:
Tests naming and attaching to specific isolates. Tests naming and attaching to specific isolates.
stage: devicelab stage: devicelab
required_agent_capabilities: ["linux/android"] required_agent_capabilities: ["linux/android"]
flaky: true
flutter_create_offline_test_linux: flutter_create_offline_test_linux:
description: > description: >
Tests the `flutter create --offline` command. Tests the `flutter create --offline` command.
stage: devicelab stage: devicelab
required_agent_capabilities: ["linux/android"] required_agent_capabilities: ["linux/android"]
flaky: true
flutter_create_offline_test_windows: flutter_create_offline_test_windows:
description: > description: >
Tests the `flutter create --offline` command. Tests the `flutter create --offline` command.
stage: devicelab stage: devicelab
required_agent_capabilities: ["windows/android"] required_agent_capabilities: ["windows/android"]
flaky: true
flutter_create_offline_test_mac: flutter_create_offline_test_mac:
description: > description: >
Tests the `flutter create --offline` command. Tests the `flutter create --offline` command.
stage: devicelab stage: devicelab
required_agent_capabilities: ["mac/android"] required_agent_capabilities: ["mac/android"]
flaky: true
# iOS on-device tests # iOS on-device tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment