Commit db835531 authored by Ryan Hansberry's avatar Ryan Hansberry Committed by Commit Bot

[Nearby] Disable flaky ConditionVariable test.

Bug: 1129023
Change-Id: Icae4a8c1de05954f7467edae7c477ec41f4fa183
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438037
Auto-Submit: Ryan Hansberry <hansberry@chromium.org>
Reviewed-by: default avatarJames Vecore <vecore@google.com>
Commit-Queue: James Vecore <vecore@google.com>
Cr-Commit-Position: refs/heads/master@{#811888}
parent 98d506b5
...@@ -87,7 +87,7 @@ TEST_F(ConditionVariableTest, SingleSequence_BlocksOnWaitAndUnblocksOnNotify) { ...@@ -87,7 +87,7 @@ TEST_F(ConditionVariableTest, SingleSequence_BlocksOnWaitAndUnblocksOnNotify) {
} }
TEST_F(ConditionVariableTest, TEST_F(ConditionVariableTest,
MultipleSequences_BlocksOnWaitAndUnblocksOnNotify) { DISABLED_MultipleSequences_BlocksOnWaitAndUnblocksOnNotify) {
base::RunLoop run_loop_1; base::RunLoop run_loop_1;
base::UnguessableToken attempt_id_1 = base::UnguessableToken::Create(); base::UnguessableToken attempt_id_1 = base::UnguessableToken::Create();
WaitOnConditionVariableFromParallelSequence(run_loop_1, attempt_id_1); WaitOnConditionVariableFromParallelSequence(run_loop_1, attempt_id_1);
......
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