Commit ba8b373a authored by Vasilii Sukhanov's avatar Vasilii Sukhanov

Disable flaky EmbedContentViewActivityHWATest#testHardwareAcceleration.

BUG=672783
TBR=dgn@chromium.org

Review-Url: https://codereview.chromium.org/2561843004 .
Cr-Commit-Position: refs/heads/master@{#437546}
parent 0d94256f
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
package org.chromium.chrome.browser.hardware_acceleration; package org.chromium.chrome.browser.hardware_acceleration;
import android.test.InstrumentationTestCase; 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.R;
import org.chromium.chrome.browser.EmbedContentViewActivity; import org.chromium.chrome.browser.EmbedContentViewActivity;
import org.chromium.chrome.test.util.ActivityUtils; import org.chromium.chrome.test.util.ActivityUtils;
...@@ -16,7 +16,8 @@ import org.chromium.chrome.test.util.ActivityUtils; ...@@ -16,7 +16,8 @@ import org.chromium.chrome.test.util.ActivityUtils;
*/ */
public class EmbedContentViewActivityHWATest extends InstrumentationTestCase { public class EmbedContentViewActivityHWATest extends InstrumentationTestCase {
@SmallTest // @SmallTest
@DisabledTest
public void testHardwareAcceleration() throws Exception { public void testHardwareAcceleration() throws Exception {
Runnable runnable = new Runnable() { Runnable runnable = new Runnable() {
@Override @Override
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment