Commit 5c3e2614 authored by Devlin Cronin's avatar Devlin Cronin Committed by Commit Bot

[Sheriff] Disable ExtensionContextMenuLazyTest.IncognitoSplit

Test is flaky on Mac and Windows. Disable it on those platforms.

Bug: 1035062
Tbr: dbertoni@chromium.org
Notry: True
Change-Id: Id556b0cde7e9ca26a3b4b3e0fac244f794427010
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974577Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#726101}
parent 8a11c85b
......@@ -892,8 +892,15 @@ IN_PROC_BROWSER_TEST_P(ExtensionContextMenuLazyTest, EventPage) {
ASSERT_TRUE(listener.WaitUntilSatisfied());
}
// Flaky on Mac and Windows. https://crbug.com/1035062
#if defined(OS_MACOSX) || defined(OS_WIN)
#define MAYBE_IncognitoSplitContextMenuCount \
DISABLED_IncognitoSplitContextMenuCount
#else
#define MAYBE_IncognitoSplitContextMenuCount IncognitoSplitContextMenuCount
#endif
IN_PROC_BROWSER_TEST_P(ExtensionContextMenuLazyTest,
IncognitoSplitContextMenuCount) {
MAYBE_IncognitoSplitContextMenuCount) {
// TODO(crbug.com/939664): Not yet implemented.
if (GetParam() == ContextType::kServiceWorker)
return;
......
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