Disable SequenceCheckerTest.TestAnnotationsOnWrongQueueDebug due to flake

Bug: webrtc:11577
Change-Id: Ia55eebfe3e4c3137309890bbdf96c488417e9e28
Tbr: mbonadei@webrtc.org
NoTry: true
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/175342
Commit-Queue: Tommi <tommi@webrtc.org>
Reviewed-by: Tommi <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31284}
This commit is contained in:
Tommi
2020-05-16 14:27:47 +02:00
committed by Commit Bot
parent 29a5fe8a4f
commit c17587484e

View File

@ -158,7 +158,8 @@ void TestAnnotationsOnWrongQueue() {
} }
#if RTC_DCHECK_IS_ON #if RTC_DCHECK_IS_ON
TEST(SequenceCheckerTest, TestAnnotationsOnWrongQueueDebug) { // TODO(bugs.webrtc.org/11577): Fix flakiness.
TEST(SequenceCheckerTest, DISABLED_TestAnnotationsOnWrongQueueDebug) {
ASSERT_DEATH({ TestAnnotationsOnWrongQueue(); }, ""); ASSERT_DEATH({ TestAnnotationsOnWrongQueue(); }, "");
} }
#else #else