Disable EngineTest.ReceivesPliAndRecoversWithNack.

The test times out on Linux memcheck bot at times.

BUG=2348

TBR=pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2159007

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4674 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mflodman@webrtc.org 2013-09-04 11:00:07 +00:00
parent b21e528c60
commit 06f1f74331

View File

@ -544,7 +544,7 @@ void EngineTest::ReceivesPliAndRecovers(int rtp_history_ms) {
observer.StopSending();
}
TEST_P(EngineTest, ReceivesPliAndRecoversWithNack) {
TEST_P(EngineTest, DISABLED_ReceivesPliAndRecoversWithNack) {
ReceivesPliAndRecovers(1000);
}