Commit 5c94dcff authored by Luciano Pacheco's avatar Luciano Pacheco Committed by Chromium LUCI CQ

Sheriff: Disable for Mac flake ExtensionApiTest.Storage

Tbr: pwnall
Bug: 1141100
Change-Id: I22a85ad425390587a3e1f196fb9026d9b621fa0f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592230Reviewed-by: default avatarLuciano Pacheco <lucmult@chromium.org>
Commit-Queue: Luciano Pacheco <lucmult@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836990}
parent bb7ea3f4
...@@ -8,7 +8,13 @@ ...@@ -8,7 +8,13 @@
namespace extensions { namespace extensions {
IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Storage) { // Flaky for Mac: crbug.com/1141100
#if defined(OS_MAC)
#define MAYBE_Storage DISABLED_Storage
#else
#define MAYBE_Storage Storage
#endif
IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MAYBE_Storage) {
ASSERT_TRUE(RunExtensionTest("storage")) << message_; ASSERT_TRUE(RunExtensionTest("storage")) << message_;
} }
......
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