Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Skip another failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Garcia committed Dec 18, 2020
1 parent dd2470e commit 27981fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ void main() {

isPaused = await controller.evaluateJavascript('isPaused();');
expect(isPaused, _webviewBool(true));
});
}, skip: true /* https://github.com/flutter/flutter/issues/72572 */);

testWidgets('Changes to initialMediaPlaybackPolicy are ignored',
(WidgetTester tester) async {
Expand Down Expand Up @@ -635,7 +635,7 @@ void main() {

isPaused = await controller.evaluateJavascript('isPaused();');
expect(isPaused, _webviewBool(true));
});
}, skip: true /* https://github.com/flutter/flutter/issues/72572 */);

testWidgets('Changes to initialMediaPlaybackPolocy are ignored',
(WidgetTester tester) async {
Expand Down

0 comments on commit 27981fa

Please sign in to comment.