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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/tab/SadTabTest.java

Issue 2550373003: Disable flaky SadTabTestt#testSadButton* tests (Closed)
Patch Set: Created 4 years 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/tab/SadTabTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/tab/SadTabTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/tab/SadTabTest.java
index 37b4647c86a1a7b41bd6a9effb9640b97d83e5ab..eefb2a65c804956e1c83c4a0d8cafe8ed58c888e 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/tab/SadTabTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/tab/SadTabTest.java
@@ -8,6 +8,7 @@ import android.test.suitebuilder.annotation.SmallTest;
import android.widget.Button;
import org.chromium.base.ThreadUtils;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.chrome.R;
@@ -62,6 +63,7 @@ public class SadTabTest extends ChromeActivityTestCaseBase<ChromeActivity> {
*/
@SmallTest
@Feature({"SadTab"})
+ @DisabledTest(message = "crbug.com/670920")
public void testChangeSadButtonToFeedbackAfterFailedRefresh() {
final Tab tab = getActivity().getActivityTab();
@@ -87,6 +89,7 @@ public class SadTabTest extends ChromeActivityTestCaseBase<ChromeActivity> {
*/
@SmallTest
@Feature({"SadTab"})
+ @DisabledTest(message = "crbug.com/670920")
public void testSadButtonRevertsBackToReloadAfterSuccessfulLoad() {
final Tab tab = getActivity().getActivityTab();
« 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