Unverified Commit 1b4f4482 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Skip test that is not reliable on devicelab (#81509)

parent 027d4eca
...@@ -514,7 +514,7 @@ void main() { ...@@ -514,7 +514,7 @@ void main() {
} finally { } finally {
tryToDelete(fileSystem.directory(tempDirectory)); tryToDelete(fileSystem.directory(tempDirectory));
} }
}); }, skip: Platform.isWindows); // TODO(goderbauer): Re-enable when this test is reliable on device lab, https://github.com/flutter/flutter/issues/81486
testWithoutContext('flutter run help output', () async { testWithoutContext('flutter run help output', () async {
// This test enables all logging so that it checks the exact text of starting up an application. // This test enables all logging so that it checks the exact text of starting up an application.
......
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