Commit b9c34565 authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

base: disable RepeatedWillBlockDoesNotCreateTooManyWorkers

This test is flaky, I think by design.

Bug: 1140651
Change-Id: I4f60d97b8fcc553407b33a260e91f1004615e88e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488398
Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org>
Reviewed-by: default avatarEtienne Pierre-Doray <etiennep@chromium.org>
Cr-Commit-Position: refs/heads/master@{#819361}
parent af7ebe90
......@@ -1770,8 +1770,9 @@ class HoldWorkersObserver : public WorkerThreadObserver {
// 4. Task A enters a second WILL_BLOCK ScopedBlockingCall. This should no-op
// because there are already enough workers.
// 5. Unblock HoldWorkersObserver and wait for all tasks to complete.
// Disabled: https://crbug.com/1140651
TEST_F(ThreadGroupImplImplStartInBodyTest,
RepeatedWillBlockDoesNotCreateTooManyWorkers) {
DISABLED_RepeatedWillBlockDoesNotCreateTooManyWorkers) {
constexpr size_t kNumWorkers = 2U;
HoldWorkersObserver worker_observer;
StartThreadGroup(TimeDelta::Max(), // |suggested_reclaim_time|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment