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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/UndoTabModelTest.java

Issue 2473673002: Disabling UndoTabModelTest#testAddTab due to flakiness (Closed)
Patch Set: Created 4 years, 1 month 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/tabmodel/UndoTabModelTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/UndoTabModelTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/UndoTabModelTest.java
index 22f0f59835dea47f3ba1833c2af3f738a53f50e3..311488bc85ceef88fc4ae5d273021ced19d8c1b6 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/UndoTabModelTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/UndoTabModelTest.java
@@ -1313,8 +1313,10 @@ public class UndoTabModelTest extends ChromeTabbedActivityTestBase {
* 8. CreateTab(5) [ 5s ] - [ 5s ]
* @throws InterruptedException
*/
- @MediumTest
- @Restriction(ChromeRestriction.RESTRICTION_TYPE_PHONE) // See crbug.com/633607
+ //@MediumTest
+ //@Restriction(ChromeRestriction.RESTRICTION_TYPE_PHONE) // See crbug.com/633607
+ // Disabled due to flakiness on linux_android_rel_ng (crbug.com/661429)
+ @DisabledTest
public void testAddTab() throws InterruptedException {
TabModel model = getActivity().getTabModelSelector().getModel(false);
ChromeTabCreator tabCreator = getActivity().getTabCreator(false);
« 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