Index: webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java |
diff --git a/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java b/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java |
index aef9b57c391a0fdbf6acf444d565a5a84e59d20d..1b0daefab650d3466b043f19d3d30beb867092bd 100644 |
--- a/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java |
+++ b/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java |
@@ -16,6 +16,7 @@ import org.appspot.apprtc.PeerConnectionClient.PeerConnectionEvents; |
import org.appspot.apprtc.PeerConnectionClient.PeerConnectionParameters; |
import android.os.Build; |
+import android.test.FlakyTest; |
import android.test.InstrumentationTestCase; |
import android.test.suitebuilder.annotation.SmallTest; |
import android.util.Log; |
@@ -551,7 +552,9 @@ public class PeerConnectionClientTest |
// Checks if video source can be restarted - simulate app goes to |
// background and back to foreground. |
- @SmallTest |
+ // Disabled because of https://bugs.chromium.org/p/webrtc/issues/detail?id=6478 |
+ @FlakyTest |
+ //@SmallTest |
public void testVideoSourceRestart() throws InterruptedException { |
Log.d(TAG, "testVideoSourceRestart"); |
loopback = true; |
@@ -598,7 +601,9 @@ public class PeerConnectionClientTest |
} |
// Checks if capture format can be changed on fly and decoder can be reset properly. |
- @SmallTest |
+ // Disabled because of https://bugs.chromium.org/p/webrtc/issues/detail?id=6478 |
+ @FlakyTest |
+ //@SmallTest |
public void testCaptureFormatChange() throws InterruptedException { |
Log.d(TAG, "testCaptureFormatChange"); |
loopback = true; |