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.
asset videos live stream duration != 0
1 parent a692671 commit 09888cbCopy full SHA for 09888cb
packages/video_player/video_player/example/integration_test/video_player_test.dart
@@ -56,15 +56,6 @@ void main() {
56
testWidgets(
57
'live stream duration != 0',
58
(WidgetTester tester) async {
59
- // This test requires network access, and won't pass until a LUCI recipe
60
- // change is made.
61
- // TODO(camsim99): Remove once https://github.com/flutter/flutter/issues/160797 is fixed.
62
- if (!kIsWeb && Platform.isAndroid) {
63
- markTestSkipped(
64
- 'Skipping due to https://github.com/flutter/flutter/issues/160797');
65
- return;
66
- }
67
-
68
final VideoPlayerController networkController =
69
VideoPlayerController.networkUrl(
70
Uri.parse(
0 commit comments