Skip to content

Commit

Permalink
[webview_flutter] Skip "Video playback policy" drive tests (flutter#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 and arc-yong committed Jun 14, 2024
1 parent 3cce064 commit 1dfb9f6
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:/flutter/flutter/issues/148487 is resolved
skip: true);

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

0 comments on commit 1dfb9f6

Please sign in to comment.