Skip to content

Commit

Permalink
[webview_flutter] Skip "Video playback policy" drive tests (#6747)
Browse files Browse the repository at this point in the history
Temporary solution for flutter/flutter#148487 to unblock tree.
  • Loading branch information
vashworth authored May 16, 2024
1 parent 87a02e3 commit 5d951b0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,9 @@ Future<void> main() async {
.runJavaScriptReturningResult('isFullScreen();') as bool;
expect(fullScreen, false);
});
});
},
// TODO(bparrishMines): Stop skipping once https://github.com/flutter/flutter/issues/148487 is resolved
skip: true);

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

0 comments on commit 5d951b0

Please sign in to comment.