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

Unified Diff: chrome/android/junit/src/org/chromium/chrome/browser/bookmarks/BookmarkUtilsTest.java

Issue 1894053002: Disable BookmarkUtilsTest#testStartEditActivityWithoutWebContents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/junit/src/org/chromium/chrome/browser/bookmarks/BookmarkUtilsTest.java
diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/bookmarks/BookmarkUtilsTest.java b/chrome/android/junit/src/org/chromium/chrome/browser/bookmarks/BookmarkUtilsTest.java
index e6013d4e4b81a0123c4297c1b2bc22634464eacc..b3cc00677cbbd6f5b0387fcb2419d394fca92465 100644
--- a/chrome/android/junit/src/org/chromium/chrome/browser/bookmarks/BookmarkUtilsTest.java
+++ b/chrome/android/junit/src/org/chromium/chrome/browser/bookmarks/BookmarkUtilsTest.java
@@ -12,6 +12,7 @@ import android.content.Context;
import android.content.Intent;
import org.chromium.base.BaseChromiumApplication;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.components.bookmarks.BookmarkId;
import org.chromium.components.bookmarks.BookmarkType;
@@ -41,8 +42,13 @@ public class BookmarkUtilsTest {
MockitoAnnotations.initMocks(this);
}
- @Test
- @Feature({"Bookmark"})
+
+ /*
+ * @Test
+ * @Feature({"Bookmark"})
+ * Bug=crbug.com/604025
+ */
+ @DisabledTest
public void testStartEditActivityWithoutWebContents() {
BookmarkId bookmarkId = new BookmarkId(12345L, BookmarkType.NORMAL);
BookmarkUtils.startEditActivity(mContext, bookmarkId, null /* webContents */);
« 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