Commit 0decdf0e authored by Parastoo Geranmayeh's avatar Parastoo Geranmayeh Committed by Commit Bot

[Sheriff] Disable flaky test

TBR=rdevlin.cronin@chromium.org

Bug: 1101043
Change-Id: I3800f216129dc04895c821db5bfda7887d91878d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275900Reviewed-by: default avatarParastoo Geranmayeh <parastoog@google.com>
Commit-Queue: Parastoo Geranmayeh <parastoog@google.com>
Auto-Submit: Parastoo Geranmayeh <parastoog@google.com>
Cr-Commit-Position: refs/heads/master@{#784136}
parent 97aef045
...@@ -85,8 +85,8 @@ IN_PROC_BROWSER_TEST_F(PermissionsApiTest, MAYBE_FaviconPermission) { ...@@ -85,8 +85,8 @@ IN_PROC_BROWSER_TEST_F(PermissionsApiTest, MAYBE_FaviconPermission) {
// Test functions and APIs that are always allowed (even if you ask for no // Test functions and APIs that are always allowed (even if you ask for no
// permissions). // permissions).
// Flaky on MacOS (see crbug/1064929). // Flaky on MacOS and Linux (see crbug/1064929, crbug/1101043).
#if defined(OS_MACOSX) #if (defined(OS_MACOSX) || defined(OS_LINUX))
#define MAYBE_AlwaysAllowed DISABLED_AlwaysAllowed #define MAYBE_AlwaysAllowed DISABLED_AlwaysAllowed
#else #else
#define MAYBE_AlwaysAllowed AlwaysAllowed #define MAYBE_AlwaysAllowed AlwaysAllowed
......
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