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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetNewTabControllerTest.java

Issue 2907433002: [Home] Disable BottomSheetNewTabController#testCloseNtp* (Closed)
Patch Set: Created 3 years, 7 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/widget/bottomsheet/BottomSheetNewTabControllerTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetNewTabControllerTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetNewTabControllerTest.java
index c9ad79e63f87e2a48191be2ceec716dcea97f821..b00820b012a37ad30191c15bfdc61c08a8faa795 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetNewTabControllerTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetNewTabControllerTest.java
@@ -8,6 +8,7 @@ import android.support.test.filters.SmallTest;
import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CallbackHelper;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.UrlConstants;
import org.chromium.chrome.browser.ntp.ChromeHomeNewTabPageBase;
@@ -144,6 +145,7 @@ public class BottomSheetNewTabControllerTest extends BottomSheetTestCaseBase {
}
@SmallTest
+ @DisabledTest(message = "crbug.com/726032")
public void testCloseNTP()
throws IllegalArgumentException, InterruptedException, TimeoutException {
// Create a new tab.
@@ -158,6 +160,7 @@ public class BottomSheetNewTabControllerTest extends BottomSheetTestCaseBase {
}
@SmallTest
+ @DisabledTest(message = "crbug.com/726032")
public void testCloseNTP_Incognito()
throws IllegalArgumentException, InterruptedException, TimeoutException {
// Create new incognito NTP.
« 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