Skip to content

Commit

Permalink
Cherry pick PR youtube#2550: Disable locally passing test on raspi re…
Browse files Browse the repository at this point in the history
…lated to ipv6 sockets (youtube#2578)

Refer to the original PR: youtube#2550

b/323184809

Co-authored-by: Niranjan Yardi <[email protected]>
  • Loading branch information
1 parent 394fb87 commit 5553e52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions starboard/raspi/shared/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5553e52

Please sign in to comment.