Skip to content

Commit

Permalink
Disable flaky test on win32 (#3099)
Browse files Browse the repository at this point in the history
b/335713085
  • Loading branch information
oxve committed Apr 26, 2024
1 parent 6db9cbc commit 1bfff82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starboard/win/win32/cobalt/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def GetWebPlatformTestFilters(self):
'TaskTraits*',
'FileTest.Length',
'All/SequenceManagerTest.DelayedTasksDontBadlyStarveNonDelayedWork_SameQueue/WithMessagePumpAlignedWakeUps', # pylint: disable=line-too-long
'All/SequenceManagerTest.DelayedTasksDontBadlyStarveNonDelayedWork_SameQueue/WithMockTaskRunner', # pylint: disable=line-too-long
],
'renderer_test': [
# Flaky test is still being counted as a fail.
Expand Down

0 comments on commit 1bfff82

Please sign in to comment.