Skip to content

Commit

Permalink
Disable flaky SbConditionVariableWaitTimedTest on Win32 (#3386)
Browse files Browse the repository at this point in the history
b/143950946

(cherry picked from commit 3ddc959)
  • Loading branch information
kaidokert authored and anonymous1-me committed May 30, 2024
1 parent 4e7eac6 commit 6f93700
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 6f93700

Please sign in to comment.