Skip test that is not reliable on devicelab (#81509)
This commit is contained in:
parent
027d4ecaba
commit
1b4f4482b7
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user