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

This commit is contained in:
Michael Goderbauer 2021-04-29 14:55:33 -07:00 committed by GitHub
parent 027d4ecaba
commit 1b4f4482b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -514,7 +514,7 @@ void main() {
} finally {
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 {
// This test enables all logging so that it checks the exact text of starting up an application.