From 5553e521d0847ac231c0ddd7a2bf463dc5781936 Mon Sep 17 00:00:00 2001 From: cobalt-github-releaser-bot <95661244+cobalt-github-releaser-bot@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:19:48 -0700 Subject: [PATCH] Cherry pick PR #2550: Disable locally passing test on raspi related to ipv6 sockets (#2578) Refer to the original PR: https://github.com/youtube/cobalt/pull/2550 b/323184809 Co-authored-by: Niranjan Yardi --- starboard/raspi/shared/test_filters.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/starboard/raspi/shared/test_filters.py b/starboard/raspi/shared/test_filters.py index 21a428f06ec2..b0c1734f10f0 100644 --- a/starboard/raspi/shared/test_filters.py +++ b/starboard/raspi/shared/test_filters.py @@ -39,6 +39,11 @@ # Enable once verified on the platform. 'SbMediaCanPlayMimeAndKeySystem.MinimumSupport', + + # TODO: b/327686141 - Passes locally but fails on github + 'SbSocketAddressTypes/SbSocketGetInterfaceAddressTest.SunnyDayDestination/type_ipv6', + 'SbSocketAddressTypes/SbSocketGetInterfaceAddressTest.SunnyDaySourceForDestination/type_ipv6', + 'SbSocketAddressTypes/SbSocketGetInterfaceAddressTest.SunnyDaySourceNotLoopback/type_ipv6', ], 'player_filter_tests': [ # The implementations for the raspberry pi (0 and 2) are incomplete