Disable flaky test TestFrameBuffer2.OneUnorderedSuperFrame.
Flakyness reproduced locally on linux x86-64 in debug mode. See related bug. NOTRY=True TBR=stefan@webrtc.org BUG=webrtc:7068 Review-Url: https://codereview.webrtc.org/2655173004 Cr-Commit-Position: refs/heads/master@{#16296}
This commit is contained in:
@ -260,7 +260,8 @@ TEST_F(TestFrameBuffer2, OneSuperFrame) {
|
||||
CheckFrame(1, pid, 1);
|
||||
}
|
||||
|
||||
TEST_F(TestFrameBuffer2, OneUnorderedSuperFrame) {
|
||||
// Flaky test, see bugs.webrtc.org/7068.
|
||||
TEST_F(TestFrameBuffer2, DISABLED_OneUnorderedSuperFrame) {
|
||||
uint16_t pid = Rand();
|
||||
uint32_t ts = Rand();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user