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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/EmbedContentViewActivityHWATest.java

Issue 2561843004: Disable flaky EmbedContentViewActivityHWATest#testHardwareAcceleration. (Closed)
Patch Set: Created 4 years 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: chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/EmbedContentViewActivityHWATest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/EmbedContentViewActivityHWATest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/EmbedContentViewActivityHWATest.java
index 13fd1cdbd0acc40d8cf8e3a8343f0a44498b0ecc..a8fd1871ed489cb65442b18179f05dc8b1d71f2b 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/EmbedContentViewActivityHWATest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/hardware_acceleration/EmbedContentViewActivityHWATest.java
@@ -5,8 +5,8 @@
package org.chromium.chrome.browser.hardware_acceleration;
import android.test.InstrumentationTestCase;
-import android.test.suitebuilder.annotation.SmallTest;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.EmbedContentViewActivity;
import org.chromium.chrome.test.util.ActivityUtils;
@@ -16,7 +16,8 @@ import org.chromium.chrome.test.util.ActivityUtils;
*/
public class EmbedContentViewActivityHWATest extends InstrumentationTestCase {
- @SmallTest
+ // @SmallTest
+ @DisabledTest
public void testHardwareAcceleration() throws Exception {
Runnable runnable = new Runnable() {
@Override
« 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