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

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/VideoRotateToFullscreenTest.java

Issue 2912693003: Disable flaky VideoRotateToFullscreenTest#testPortraitToLandscapeAndBack (Closed)
Patch Set: fix compilation error Created 3 years, 7 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: content/public/android/javatests/src/org/chromium/content/browser/VideoRotateToFullscreenTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/VideoRotateToFullscreenTest.java b/content/public/android/javatests/src/org/chromium/content/browser/VideoRotateToFullscreenTest.java
index fa7c3efa260bef48e409c5d89a6aad6df6cabd1a..8966760bd3faa4c806edec1bce4424e3a2b7de40 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/VideoRotateToFullscreenTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/VideoRotateToFullscreenTest.java
@@ -5,7 +5,6 @@
package org.chromium.content.browser;
import android.content.pm.ActivityInfo;
-import android.support.test.filters.MediumTest;
import org.junit.After;
import org.junit.Assert;
@@ -16,7 +15,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CommandLineFlags;
-import org.chromium.base.test.util.Feature;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.content.browser.test.ContentJUnit4ClassRunner;
import org.chromium.content.browser.test.util.Criteria;
import org.chromium.content.browser.test.util.CriteriaHelper;
@@ -89,8 +88,9 @@ public class VideoRotateToFullscreenTest {
}
@Test
- @MediumTest
- @Feature({"VideoRotateToFullscreen"})
+ // @MediumTest
+ // @Feature({"VideoRotateToFullscreen"})
+ @DisabledTest(message = "crbug.com/726977")
public void testPortraitToLandscapeAndBack() throws Exception {
// TODO(johnme): Use RESTRICTION_TYPE_PHONE once crbug.com/673917 moves it out of chrome/.
if (DeviceFormFactor.isTablet()) {
« 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