Skip to content

Commit

Permalink
[nplb] Filter xb1 tests (youtube#823)
Browse files Browse the repository at this point in the history
b/230877781
b/273751224
b/287674893

Change-Id: I9a719bbad0168e77d14a2e3f6270bb8ec54559a4
  • Loading branch information
osagie98 committed Jul 10, 2023
1 parent a210e66 commit 17eeb07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions starboard/xb1/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@
from starboard.shared.win32 import test_filters as shared_test_filters
from starboard.tools.testing import test_filter

# pylint: disable=line-too-long
_FILTERED_TESTS = {
'nplb': [
# Enable multiplayer tests once it's supported.
'MultiplePlayerTests/*',
'SbPlayerWriteSampleTests/SbPlayerWriteSampleTest.SecondaryPlayerTest/*',
],
'player_filter_tests': [
'PlayerComponentsTests/PlayerComponentsTest.*',
'VideoDecoderTests/VideoDecoderTest.HoldFramesUntilFull/*',
Expand Down

0 comments on commit 17eeb07

Please sign in to comment.