Commit b524b3f6 authored by Ryan Meier's avatar Ryan Meier Committed by Commit Bot

Re-enable BookmarkBrowsertest.Persist

(Previously disabled due to apparent flakiness, but I've been unable to reproduce that behavior).

Change-Id: I16433fa2ca8496cf2200f7a6948866b6b7e3efdf
Reviewed-on: https://chromium-review.googlesource.com/c/1332208Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Commit-Queue: Ryan Meier <rameier@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607731}
parent 0c3acc38
......@@ -118,15 +118,7 @@ IN_PROC_BROWSER_TEST_F(BookmarkBrowsertest, PRE_Persist) {
base::ASCIIToUTF16(kPersistBookmarkTitle));
}
#if defined(THREAD_SANITIZER) || defined(OS_WIN)
// BookmarkBrowsertest.Persist fails under ThreadSanitizer on Linux, see
// http://crbug.com/340223.
// Also flaky under Windows. See crbug.com/813759.
#define MAYBE_Persist DISABLED_Persist
#else
#define MAYBE_Persist Persist
#endif
IN_PROC_BROWSER_TEST_F(BookmarkBrowsertest, MAYBE_Persist) {
IN_PROC_BROWSER_TEST_F(BookmarkBrowsertest, Persist) {
BookmarkModel* bookmark_model = WaitForBookmarkModel(browser()->profile());
std::vector<UrlAndTitle> urls;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment