Skip to content

Commit c7c5643

Browse files
vashworthTecHaxter
authored andcommitted
[webview_flutter] Skip "Video playback policy" drive tests (flutter#6747)
Temporary solution for flutter/flutter#148487 to unblock tree.
1 parent 56d62fd commit c7c5643

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)