Skip to content

Commit

Permalink
disable RecursivePostsDoNotFloodPipe also on Starboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jellefoks committed Oct 16, 2024
1 parent 1a7efcd commit e97942c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/task/single_thread_task_executor_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ TEST_P(SingleThreadTaskExecutorTypedTest, RunLoopQuitOrderAfter) {
// On Linux, the pipe buffer size is 64KiB by default. The bug caused one byte
// accumulated in the pipe per two posts, so we should repeat 128K times to
// reproduce the bug.
#if BUILDFLAG(IS_CHROMEOS)
#if BUILDFLAG(IS_CHROMEOS) || defined(STARBOARD)
// TODO(crbug.com/1188497): This test is unreasonably slow on CrOS and flakily
// times out (100x slower than other platforms which take < 1s to complete
// it).
Expand Down

0 comments on commit e97942c

Please sign in to comment.