summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordtrainor@chromium.org <dtrainor@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-09 23:04:32 +0000
committerdtrainor@chromium.org <dtrainor@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-09 23:04:32 +0000
commitd53f717b6bea96c1e0f617c790487f7c94d328e6 (patch)
treebcd85b6e24ca990c976813ad722d5b1dd8d39bc4
parent8ac76459e39ccaadb11c72384b66382f33e1294d (diff)
downloadchromium_src-d53f717b6bea96c1e0f617c790487f7c94d328e6.zip
chromium_src-d53f717b6bea96c1e0f617c790487f7c94d328e6.tar.gz
chromium_src-d53f717b6bea96c1e0f617c790487f7c94d328e6.tar.bz2
Disable flaky tests
NOTRY=true BUG=326769 Review URL: https://codereview.chromium.org/99153008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239587 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java32
1 files changed, 24 insertions, 8 deletions
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java
index 2942fe0..fb99fe6 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/ContextMenuTest.java
@@ -41,7 +41,9 @@ public class ContextMenuTest extends ChromiumTestShellTestBase {
assertWaitForPageScaleFactorMatch(0.5f);
}
- @LargeTest
+ // http://crbug.com/326769
+ @FlakyTest
+ // @LargeTest
@Feature({"Browser", "Main"})
public void testCopyLinkURL() throws InterruptedException, TimeoutException {
TabBase tab = getActivity().getActiveTab();
@@ -52,7 +54,9 @@ public class ContextMenuTest extends ChromiumTestShellTestBase {
assertStringContains("test_link.html", getClipboardText());
}
- @LargeTest
+ // http://crbug.com/326769
+ @FlakyTest
+ // @LargeTest
@Feature({"Browser"})
public void testCopyImageLinkCopiesLinkURL() throws InterruptedException, TimeoutException {
TabBase tab = getActivity().getActiveTab();
@@ -77,7 +81,9 @@ public class ContextMenuTest extends ChromiumTestShellTestBase {
getClipboardText());
}
- @LargeTest
+ // http://crbug.com/326769
+ @FlakyTest
+ // @LargeTest
@Feature({"Browser"})
public void testCopyLinkTextComplex() throws InterruptedException, TimeoutException {
TabBase tab = getActivity().getActiveTab();
@@ -89,7 +95,9 @@ public class ContextMenuTest extends ChromiumTestShellTestBase {
"This is pretty extreme \n(newline). ", getClipboardText());
}
- @LargeTest
+ // http://crbug.com/326769
+ @FlakyTest
+ // @LargeTest
@Feature({"Browser"})
public void testCopyImageToClipboard() throws InterruptedException, TimeoutException {
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN) return;
@@ -105,7 +113,9 @@ public class ContextMenuTest extends ChromiumTestShellTestBase {
assertEquals("Clipboard text is not correct", expectedUrl, getClipboardText());
}
- @LargeTest
+ // http://crbug.com/326769
+ @FlakyTest
+ // @LargeTest
@Feature({"Browser"})
public void testLongPressOnImage() throws InterruptedException, TimeoutException {
final TabBase tab = getActivity().getActiveTab();
@@ -135,7 +145,9 @@ public class ContextMenuTest extends ChromiumTestShellTestBase {
assertEquals("Failed to navigate to the image", expectedUrl, actualUrl.get());
}
- @LargeTest
+ // http://crbug.com/326769
+ @FlakyTest
+ // @LargeTest
@Feature({"Browser"})
public void testLongPressOnImageLink() throws InterruptedException, TimeoutException {
final TabBase tab = getActivity().getActiveTab();
@@ -162,7 +174,9 @@ public class ContextMenuTest extends ChromiumTestShellTestBase {
assertTrue("Navigated to the wrong page.", actualTitle.get().startsWith("test_image.png"));
}
- @LargeTest
+ // http://crbug.com/326769
+ @FlakyTest
+ // @LargeTest
@Feature({"Browser"})
public void testDismissContextMenuOnBack() throws InterruptedException, TimeoutException {
TabBase tab = getActivity().getActiveTab();
@@ -182,7 +196,9 @@ public class ContextMenuTest extends ChromiumTestShellTestBase {
}));
}
- @LargeTest
+ // http://crbug.com/326769
+ @FlakyTest
+ // @LargeTest
@Feature({"Browser"})
public void testDismissContextMenuOnClick() throws InterruptedException, TimeoutException {
TabBase tab = getActivity().getActiveTab();