Skip to content

Commit

Permalink
Filter test known to crash on windows (#3805)
Browse files Browse the repository at this point in the history
b/302730696
  • Loading branch information
oxve authored Jul 9, 2024
1 parent d4a06b5 commit 8c1fce2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions starboard/win/win32/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
# TODO: b/349109647 Disable flaky test.
'SbPlayerGetMediaTimeTests/*',

# Known flaky on windows.
'PosixDirectoryGetNextTest.SunnyDayStaticContent',
# PosixDirectory tests are crashing flakily on windows.
'PosixDirectory*',
],
'player_filter_tests': [
# These tests fail on our VMs for win-win32 builds due to missing
Expand All @@ -91,8 +91,6 @@
],
}

# pylint: enable=line-too-long


def CreateTestFilters():
return WinWin32TestFilters()
Expand Down

0 comments on commit 8c1fce2

Please sign in to comment.