Skip to content

Commit

Permalink
Cherry pick PR #3386: Disable flaky SbConditionVariableWaitTimedTest …
Browse files Browse the repository at this point in the history
…on Win32 (#3389)

Refer to the original PR: #3386

b/143950946

Co-authored-by: Kaido Kert <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and kaidokert authored May 30, 2024
1 parent fad3974 commit 197ef16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions starboard/win/win32/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
# pylint: disable=line-too-long
_FILTERED_TESTS = {
'nplb': [
# Currently frequently flaky on Windows
'SbConditionVariableWaitTimedTest.FLAKY_SunnyDayAutoInit',
'PosixConditionVariableWaitTimedTest.FLAKY_SunnyDayAutoInit',

# This single test takes >15 minutes.
'SbPlayerTest.MultiPlayer',
# This test fails on win-win32 devel builds, because the compiler
Expand Down

0 comments on commit 197ef16

Please sign in to comment.