Disable PeerConnectionTest.testTrackRemovalAndAddition due to flakiness

BUG=webrtc:7761

Review-Url: https://codereview.webrtc.org/2922703002
Cr-Commit-Position: refs/heads/master@{#18413}
This commit is contained in:
sprang 2017-06-02 07:29:10 -07:00 committed by Commit Bot
parent 0d4d57f26d
commit dc2018b87f

View File

@ -32,6 +32,7 @@ import java.util.TreeSet;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import org.chromium.base.test.BaseJUnit4ClassRunner;
import org.chromium.base.test.util.DisabledTest;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
@ -804,6 +805,8 @@ public class PeerConnectionTest {
System.gc();
}
// Flaky on Android. See webrtc:7761
@DisabledTest
@Test
@MediumTest
public void testTrackRemovalAndAddition() throws Exception {