Commit 2d3ca8f9 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable ThreadPoolImplTestAllTraitsExecutionModes.PostTaskAfterDestroy

TBR=jyasskin@chromium.org
NOTRY=true

Bug: 1010145
Change-Id: Iadfef1df01f3b5d1c926aededd05cfb3cf8358b1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833785Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701654}
parent 7ef93a81
......@@ -466,7 +466,9 @@ TEST_P(ThreadPoolImplTestAllTraitsExecutionModes,
// Verify that posting tasks after the thread pool was destroyed fails but
// doesn't crash.
TEST_P(ThreadPoolImplTestAllTraitsExecutionModes, PostTaskAfterDestroy) {
// crbug.com/1010145: disabled due to failure.
TEST_P(ThreadPoolImplTestAllTraitsExecutionModes,
DISABLED_PostTaskAfterDestroy) {
StartThreadPool();
auto task_runner = CreateTaskRunnerAndExecutionMode(
......
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