Skip to content

Commit 5d951b0

Browse files
authored
[webview_flutter] Skip "Video playback policy" drive tests (flutter#6747)
Temporary solution for flutter#148487 to unblock tree.
1 parent 87a02e3 commit 5d951b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/webview_flutter/webview_flutter/example/integration_test/webview_flutter_test.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,9 @@ Future<void> main() async {
357357
.runJavaScriptReturningResult('isFullScreen();') as bool;
358358
expect(fullScreen, false);
359359
});
360-
});
360+
},
361+
// TODO(bparrishMines): Stop skipping once https://github.com/flutter/flutter/issues/148487 is resolved
362+
skip: true);
361363

362364
group('Audio playback policy', () {
363365
late String audioTestBase64;

0 commit comments

Comments
 (0)