[flutter_tools] Disable flaky output_web_test
test case (#124257)
[flutter_tools] Disable flaky `output_web_test` test case
This commit is contained in:
parent
c80ef4768e
commit
a3b85ba9a9
@ -86,5 +86,5 @@ void main() {
|
|||||||
await start();
|
await start();
|
||||||
await flutter.stop();
|
await flutter.stop();
|
||||||
expect(containsDartUriWarning, isFalse);
|
expect(containsDartUriWarning, isFalse);
|
||||||
});
|
}, skip: true); // Skipping for 'https://github.com/flutter/flutter/issues/124214'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user