Commit 73559198 authored by Wez's avatar Wez Committed by Commit Bot

[threadpool] Disable flaky ThreadGroupImplHistogramTest test.

TBR=gab

Bug: 1047733
Change-Id: Iffdf9abbb726e05fddf3e746b39f8ec461c4f616
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051988Reviewed-by: default avatarWez <wez@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740651}
parent b7e34778
......@@ -617,7 +617,8 @@ class ThreadGroupImplHistogramTest : public ThreadGroupImplImplTest {
} // namespace
TEST_F(ThreadGroupImplHistogramTest, NumTasksBeforeCleanup) {
// TODO(https://crbug.com/1047733): Flaky, especially on Windows and Android.
TEST_F(ThreadGroupImplHistogramTest, DISABLED_NumTasksBeforeCleanup) {
CreateThreadGroup();
auto histogrammed_thread_task_runner = test::CreatePooledSequencedTaskRunner(
{WithBaseSyncPrimitives()}, &mock_pooled_task_runner_delegate_);
......
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