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:
@ -158,7 +158,8 @@ void TestAnnotationsOnWrongQueue() {
|
||||
}
|
||||
|
||||
#if RTC_DCHECK_IS_ON
|
||||
TEST(SequenceCheckerTest, TestAnnotationsOnWrongQueueDebug) {
|
||||
// TODO(bugs.webrtc.org/11577): Fix flakiness.
|
||||
TEST(SequenceCheckerTest, DISABLED_TestAnnotationsOnWrongQueueDebug) {
|
||||
ASSERT_DEATH({ TestAnnotationsOnWrongQueue(); }, "");
|
||||
}
|
||||
#else
|
||||
|
Reference in New Issue
Block a user