Commit df552e8d authored by David Bertoni's avatar David Bertoni Committed by Commit Bot

[Extensions] Disable the Service Worker version of the test.

Bug: 1112903
Change-Id: I6a7ad36ee18b5e44d90f645ccd1cf645bd88b32e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346951Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Commit-Queue: David Bertoni <dbertoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#796628}
parent c323bda1
...@@ -45,17 +45,14 @@ class BookmarksApiTest : public ExtensionApiTest, ...@@ -45,17 +45,14 @@ class BookmarksApiTest : public ExtensionApiTest,
INSTANTIATE_TEST_SUITE_P(EventPage, INSTANTIATE_TEST_SUITE_P(EventPage,
BookmarksApiTest, BookmarksApiTest,
::testing::Values(ContextType::kEventPage)); ::testing::Values(ContextType::kEventPage));
// Flaky on all platforms but Mac. https://crbug.com/1112903
#if defined(OS_MAC)
INSTANTIATE_TEST_SUITE_P(ServiceWorker, INSTANTIATE_TEST_SUITE_P(ServiceWorker,
BookmarksApiTest, BookmarksApiTest,
::testing::Values(ContextType::kServiceWorker)); ::testing::Values(ContextType::kServiceWorker));
// Flaky on all platforms but Mac. https://crbug.com/1112903
#if defined(OS_MAC)
#define MAYBE_Bookmarks Bookmarks
#else
#define MAYBE_Bookmarks DISABLED_Bookmarks
#endif #endif
IN_PROC_BROWSER_TEST_P(BookmarksApiTest, MAYBE_Bookmarks) {
IN_PROC_BROWSER_TEST_P(BookmarksApiTest, Bookmarks) {
// Add test managed bookmarks to verify that the bookmarks API can read them // Add test managed bookmarks to verify that the bookmarks API can read them
// and can't modify them. // and can't modify them.
Profile* profile = browser()->profile(); Profile* profile = browser()->profile();
......
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