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

Commit

Permalink
Disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Garcia committed Dec 18, 2020
1 parent 6997fc3 commit 64a7137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ void main() {
isFullScreen = await controller.evaluateJavascript('isFullScreen();');
expect(isFullScreen, _webviewBool(true));
});
});
}, skip: true /* https://github.com/flutter/flutter/issues/72572 */);

group('Audio playback policy', () {
String audioTestBase64;
Expand Down

0 comments on commit 64a7137

Please sign in to comment.