We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a02e3 commit 5d951b0Copy full SHA for 5d951b0
packages/webview_flutter/webview_flutter/example/integration_test/webview_flutter_test.dart
@@ -357,7 +357,9 @@ Future<void> main() async {
357
.runJavaScriptReturningResult('isFullScreen();') as bool;
358
expect(fullScreen, false);
359
});
360
- });
+ },
361
+ // TODO(bparrishMines): Stop skipping once https://github.com/flutter/flutter/issues/148487 is resolved
362
+ skip: true);
363
364
group('Audio playback policy', () {
365
late String audioTestBase64;
0 commit comments