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

Disable */RunLoopTest.NestedRunWithTimeout/* test, which is inherently flaky.

TBR=alexclarke

Bug: 970187
Change-Id: I0b8825b4adfd729b13cb01cac2dfadacedc7b319
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662731Reviewed-by: default avatarWez <wez@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#669802}
parent e37c3e96
......@@ -309,7 +309,8 @@ TEST_P(RunLoopTest, RunWithTimeout) {
EXPECT_FALSE(task3_run);
}
TEST_P(RunLoopTest, NestedRunWithTimeout) {
// TODO(https://crbug.com/970187): This test is inherently flaky.
TEST_P(RunLoopTest, DISABLED_NestedRunWithTimeout) {
// SimpleSingleThreadTaskRunner doesn't support delayed tasks.
if (GetParam() == RunLoopTestType::kTestDelegate)
return;
......
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