From 636c7aff39759ac53d8fa579e8660b34926b3c8d Mon Sep 17 00:00:00 2001 From: Camille Simon Date: Tue, 15 Apr 2025 15:09:22 -0700 Subject: [PATCH] unskip test --- .../example/integration_test/video_player_test.dart | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packages/video_player/video_player/example/integration_test/video_player_test.dart b/packages/video_player/video_player/example/integration_test/video_player_test.dart index 4048341a98a0..3337dc6f0ca8 100644 --- a/packages/video_player/video_player/example/integration_test/video_player_test.dart +++ b/packages/video_player/video_player/example/integration_test/video_player_test.dart @@ -270,15 +270,6 @@ void main() { testWidgets( 'reports buffering status', (WidgetTester tester) async { - // This test requires network access, and won't pass until a LUCI recipe - // change is made. - // TODO(camsim99): Remove once https://github.com/flutter/flutter/issues/160797 is fixed. - if (!kIsWeb && Platform.isAndroid) { - markTestSkipped( - 'Skipping due to https://github.com/flutter/flutter/issues/160797'); - return; - } - await controller.initialize(); // Mute to allow playing without DOM interaction on Web. // See https://developers.google.com/web/updates/2017/09/autoplay-policy-changes