Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(875)

Unified Diff: webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java

Issue 2393653002: Disable flaky Android capture tests: (Closed)
Patch Set: Disabled tests as per the Chromium instructions Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698