[flutter_tools] Disable flaky output_web_test test case (#124257)

[flutter_tools] Disable flaky `output_web_test` test case
This commit is contained in:
Elliott Brooks 2023-04-13 13:38:07 -07:00 committed by GitHub
parent c80ef4768e
commit a3b85ba9a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,5 +86,5 @@ void main() {
await start();
await flutter.stop();
expect(containsDartUriWarning, isFalse);
});
}, skip: true); // Skipping for 'https://github.com/flutter/flutter/issues/124214'
}