Commit 3bf36bed authored by Tomasz Wiszkowski's avatar Tomasz Wiszkowski Committed by Ender

Disable flaky testAbsolutePositionContributesToContentSize test.

Link to recent failures:
- http://shortn/_sGovNZOiod
Bug: 1058304
TBR=aluo@chromium.org

Change-Id: I1202e6b29c4a60b7f4ca0c7e470b95c1795796ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088631Reviewed-by: default avatarEnder <ender@google.com>
Commit-Queue: Ender <ender@google.com>
Cr-Commit-Position: refs/heads/master@{#746991}
parent a1c1168f
...@@ -22,6 +22,7 @@ import org.chromium.android_webview.test.util.CommonResources; ...@@ -22,6 +22,7 @@ import org.chromium.android_webview.test.util.CommonResources;
import org.chromium.android_webview.test.util.GraphicsTestUtils; import org.chromium.android_webview.test.util.GraphicsTestUtils;
import org.chromium.base.Log; import org.chromium.base.Log;
import org.chromium.base.test.util.CallbackHelper; import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import java.util.concurrent.atomic.AtomicReference; import java.util.concurrent.atomic.AtomicReference;
...@@ -290,6 +291,7 @@ public class AndroidViewIntegrationTest { ...@@ -290,6 +291,7 @@ public class AndroidViewIntegrationTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"AndroidWebView"}) @Feature({"AndroidWebView"})
@DisabledTest(message = "Flaky; crbug.com/1058304")
public void testAbsolutePositionContributesToContentSize() throws Throwable { public void testAbsolutePositionContributesToContentSize() throws Throwable {
final TestAwContentsClient contentsClient = new TestAwContentsClient(); final TestAwContentsClient contentsClient = new TestAwContentsClient();
final AwTestContainerView testContainerView = createDetachedTestContainerViewOnMainSync( final AwTestContainerView testContainerView = createDetachedTestContainerViewOnMainSync(
......
...@@ -10,12 +10,6 @@ import android.support.test.InstrumentationRegistry; ...@@ -10,12 +10,6 @@ import android.support.test.InstrumentationRegistry;
import androidx.test.filters.LargeTest; import androidx.test.filters.LargeTest;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest; import org.chromium.base.test.util.DisabledTest;
import org.chromium.chrome.browser.ChromeSwitches; import org.chromium.chrome.browser.ChromeSwitches;
...@@ -23,6 +17,11 @@ import org.chromium.chrome.test.ChromeJUnit4ClassRunner; ...@@ -23,6 +17,11 @@ import org.chromium.chrome.test.ChromeJUnit4ClassRunner;
import org.chromium.content_public.browser.test.util.TestThreadUtils; import org.chromium.content_public.browser.test.util.TestThreadUtils;
import org.chromium.ui.test.util.DummyUiActivity; import org.chromium.ui.test.util.DummyUiActivity;
import org.chromium.ui.test.util.DummyUiActivityTestCase; import org.chromium.ui.test.util.DummyUiActivityTestCase;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
/** /**
* Test for {@link ConfirmManagedSyncDataDialog} * Test for {@link ConfirmManagedSyncDataDialog}
......
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