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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTapEventTest.java

Issue 2803053002: Disable ContextualSearchTapEventTest#testTextTapFollowedByNonTextTap (Closed)
Patch Set: Created 3 years, 8 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: chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTapEventTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTapEventTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTapEventTest.java
index ec07ca42d6fadb7cf9adc34a23f8a2b2e9126307..01021fc80f7bca53f30cad6ce009c1d81176788d 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTapEventTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTapEventTest.java
@@ -4,17 +4,12 @@
package org.chromium.chrome.browser.contextualsearch;
-import static org.chromium.base.test.util.Restriction.RESTRICTION_TYPE_NON_LOW_END_DEVICE;
-
import android.content.Context;
import android.net.Uri;
-import android.support.test.filters.SmallTest;
import android.widget.LinearLayout;
import org.chromium.base.ThreadUtils;
-import org.chromium.base.test.util.Feature;
-import org.chromium.base.test.util.Restriction;
-import org.chromium.base.test.util.RetryOnFailure;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.chrome.browser.ChromeActivity;
import org.chromium.chrome.browser.compositor.bottombar.OverlayPanelManager;
import org.chromium.chrome.browser.compositor.bottombar.OverlayPanelManagerWrapper;
@@ -251,11 +246,13 @@ public class ContextualSearchTapEventTest extends ChromeActivityTestCaseBase<Chr
/**
* Tests that a Tap gesture followed by tapping empty space closes the panel.
+ *
+ * Disabled because of flakiness. See crbug.com/706663
*/
- @SmallTest
- @Feature({"ContextualSearch"})
- @Restriction(RESTRICTION_TYPE_NON_LOW_END_DEVICE)
- @RetryOnFailure
+ //@SmallTest
+ //@Feature({"ContextualSearch"})
+ //@Restriction(RESTRICTION_TYPE_NON_LOW_END_DEVICE)
+ @DisabledTest
public void testTextTapFollowedByNonTextTap() {
assertTrue(mPanelManager.getRequestPanelShowCount() == 0);
« 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