Commit fba08a8c authored by Ella Ge's avatar Ella Ge Committed by Commit Bot

Disable test WebNavigationApiTest.GetFrame on linux


TBR=nasko@chromium.org

Bug: 874782
Change-Id: I0ce30b5216b8ea7105f085e71bbb3e7dd1ab663a
Reviewed-on: https://chromium-review.googlesource.com/c/1340362Reviewed-by: default avatarElla Ge <eirage@chromium.org>
Commit-Queue: Ella Ge <eirage@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608798}
parent c3639baa
...@@ -218,8 +218,8 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, Api) { ...@@ -218,8 +218,8 @@ IN_PROC_BROWSER_TEST_F(WebNavigationApiTest, Api) {
ASSERT_TRUE(RunExtensionTest("webnavigation/api")) << message_; ASSERT_TRUE(RunExtensionTest("webnavigation/api")) << message_;
} }
// Flaky on Windows and Chrome OS. See http://crbug.com/874782. // Flaky on Windows Linux and Chrome OS. See http://crbug.com/874782.
#if defined(OS_WIN) || defined(OS_CHROMEOS) #if defined(OS_WIN) || defined(OS_CHROMEOS) || defined(OS_LINUX)
#define MAYBE_GetFrame DISABLED_GetFrame #define MAYBE_GetFrame DISABLED_GetFrame
#else #else
#define MAYBE_GetFrame GetFrame #define MAYBE_GetFrame GetFrame
......
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