Skip to content

Commit

Permalink
Disable failing base unittest on win32
Browse files Browse the repository at this point in the history
b/335493380
  • Loading branch information
andrewsavage1 committed Apr 17, 2024
1 parent 324b566 commit 655451d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion starboard/win/win32/cobalt/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def GetWebPlatformTestFilters(self):
'base_unittests': [
'*TaskScheduler*',
'TaskTraits*',
'FileTest.Length',
'All/SequenceManagerTest.DelayedTasksDontBadlyStarveNonDelayedWork_SameQueue/WithMessagePumpAlignedWakeUps', # pylint: disable=line-too-long
],
'renderer_test': [
# Flaky test is still being counted as a fail.
Expand All @@ -51,6 +53,5 @@ def GetWebPlatformTestFilters(self):
'net_unittests': [
# Flaky test to be re-enabled after b/271006511 is fixed.
'CookieMonsterTest.PredicateSeesAllCookies',
'All/SequenceManagerTest.DelayedTasksDontBadlyStarveNonDelayedWork_SameQueue/WithMessagePumpAlignedWakeUps', # pylint: disable=line-too-long
],
}

0 comments on commit 655451d

Please sign in to comment.