Commit ebf305bb authored by Leonard Grey's avatar Leonard Grey Committed by Commit Bot

[Sheriff] Disable ContextMenuTestCase/testContextMenu

TBR=rohitrao@chromium.org
Bug: 1084280

Change-Id: I220f5ba04f8c974947764cdb883a9f78af14cd57
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218613Reviewed-by: default avatarLeonard Grey <lgrey@chromium.org>
Commit-Queue: Leonard Grey <lgrey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#772349}
parent c65b4d03
...@@ -48,7 +48,7 @@ const char kHtmlFile[] = ...@@ -48,7 +48,7 @@ const char kHtmlFile[] =
} }
// Tests context menu appears on a regular link. // Tests context menu appears on a regular link.
- (void)testContextMenu { - (void)DISABLED_testContextMenu {
const char linkID[] = "normal-link"; const char linkID[] = "normal-link";
NSString* const linkText = @"normal-link-text"; NSString* const linkText = @"normal-link-text";
const GURL pageURL = _server.GetURL(kHtmlFile); const GURL pageURL = _server.GetURL(kHtmlFile);
......
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