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

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

Issue 2748863003: Try re-enabling two PeerConnectionClientTests: (Closed)
Patch Set: Remove the other comment. Created 3 years, 9 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 af91e08c7a544468f39441826a102416bf4b6964..33956f77f2fac4a3472b1e92d037eb65df4d76d2 100644
--- a/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java
+++ b/webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java
@@ -15,7 +15,6 @@ import static org.junit.Assert.fail;
import android.os.Build;
import android.support.test.InstrumentationRegistry;
-import android.support.test.filters.FlakyTest;
import android.support.test.filters.SmallTest;
import android.util.Log;
import java.util.LinkedList;
@@ -593,10 +592,8 @@ public class PeerConnectionClientTest implements PeerConnectionEvents {
// Checks if video source can be restarted - simulate app goes to
// background and back to foreground.
- // Disabled because of https://bugs.chromium.org/p/webrtc/issues/detail?id=6478
@Test
- @FlakyTest
- //@SmallTest
+ @SmallTest
public void testVideoSourceRestart() throws InterruptedException {
Log.d(TAG, "testVideoSourceRestart");
loopback = true;
@@ -644,10 +641,8 @@ public class PeerConnectionClientTest implements PeerConnectionEvents {
}
// Checks if capture format can be changed on fly and decoder can be reset properly.
- // Disabled because of https://bugs.chromium.org/p/webrtc/issues/detail?id=6478
@Test
- @FlakyTest
- //@SmallTest
+ @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