Unverified Commit 2d711b82 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] skip additional flaky test (#81555)

parent 1edaec6c
......@@ -447,7 +447,7 @@ void main() {
} finally {
tryToDelete(fileSystem.directory(tempDirectory));
}
});
}, skip: Platform.isWindows); // TODO(jonahwilliams): Re-enable when this test is reliable on device lab, https://github.com/flutter/flutter/issues/81556
testWithoutContext('flutter error messages include a DevTools link', () async {
final String tempDirectory = fileSystem.systemTempDirectory.createTempSync('flutter_overall_experience_test.').resolveSymbolicLinksSync();
......
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