Commit fcb0eb6b authored by Joe Downing's avatar Joe Downing Committed by Commit Bot

Disabling flaky testIphItemScreenRotation test

TBR: wychen@chromium.org
Bug: 1045417
Change-Id: I7ce691f95b917b451224fd7cb2e311a3122c2dcc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2019473Reviewed-by: default avatarJoe Downing <joedow@chromium.org>
Commit-Queue: Joe Downing <joedow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735046}
parent 3df952d3
...@@ -21,7 +21,6 @@ import static org.chromium.chrome.browser.tasks.tab_management.TabUiTestHelper.e ...@@ -21,7 +21,6 @@ import static org.chromium.chrome.browser.tasks.tab_management.TabUiTestHelper.e
import static org.chromium.chrome.browser.tasks.tab_management.TabUiTestHelper.rotateDeviceToOrientation; import static org.chromium.chrome.browser.tasks.tab_management.TabUiTestHelper.rotateDeviceToOrientation;
import android.content.res.Configuration; import android.content.res.Configuration;
import android.os.Build;
import android.support.test.espresso.NoMatchingRootException; import android.support.test.espresso.NoMatchingRootException;
import android.support.test.filters.MediumTest; import android.support.test.filters.MediumTest;
import android.view.ViewGroup; import android.view.ViewGroup;
...@@ -117,7 +116,7 @@ public class TabGridIphItemTest { ...@@ -117,7 +116,7 @@ public class TabGridIphItemTest {
@Test @Test
@MediumTest @MediumTest
@DisableIf.Build(sdk_is_greater_than = Build.VERSION_CODES.N_MR1, message = "https://crbug.com/1023430") @DisableIf.Build(message = "https://crbug.com/1023430, https://crbug.com/1045417")
public void testIphItemScreenRotation() throws InterruptedException { public void testIphItemScreenRotation() throws InterruptedException {
final ChromeTabbedActivity cta = mActivityTestRule.getActivity(); final ChromeTabbedActivity cta = mActivityTestRule.getActivity();
......
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