Skip to content

Commit 09888cb

Browse files
authored
[video_player] Re-enables asset videos live stream duration != 0 test for Android (#8610)
Re-enables `asset videos live stream duration != 0` test that was previously disabled do to emulators having revoked access to the network. Looks like this passed in https://firebase.corp.google.com/project/flutter-infra-staging/testlab/histories/bh.7dcabc1142c31699/matrices/7642642580824193465/executions/bs.d4c88757f607fa85/testcases/10/test-cases from https://ci.chromium.org/ui/p/flutter/builders/try/Linux_android%20android_device_tests_shard_1%20master/14302/overview but let me know if I'm wrong! Fixes flutter/flutter#160797; see that issue for more details.
1 parent a692671 commit 09888cb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/video_player/video_player/example/integration_test/video_player_test.dart

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@ void main() {
5656
testWidgets(
5757
'live stream duration != 0',
5858
(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-
6859
final VideoPlayerController networkController =
6960
VideoPlayerController.networkUrl(
7061
Uri.parse(

0 commit comments

Comments
 (0)