Commit b50de00a authored by maruel@chromium.org's avatar maruel@chromium.org

Disable PlatformAppBrowserTest.WindowsApi on all OSes.

It is flaky on linux too. The failure tends to reproduce more often on linux
swarm slaves than linux_rel but this is really race-condition like.

TBR=jeremya@chromium.org
BUG=223467

Review URL: https://codereview.chromium.org/14329003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194631 0039d316-1c4b-4281-b951-d872f2087c98
parent 5ca50e0b
...@@ -314,14 +314,8 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, Restrictions) { ...@@ -314,14 +314,8 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, Restrictions) {
} }
// Tests that platform apps can use the chrome.app.window.* API. // Tests that platform apps can use the chrome.app.window.* API.
// Flaky, http://crbug.com/167097. // It is flaky: http://crbug.com/223467
// Disabled on windows due to http://crbug.com/223467. IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, DISABLED_WindowsApi) {
#if defined(OS_WIN)
#define MAYBE_WindowsApi DISABLED_WindowsApi
#else
#define MAYBE_WindowsApi WindowsApi
#endif
IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, MAYBE_WindowsApi) {
ASSERT_TRUE(RunPlatformAppTest("platform_apps/windows_api")) << message_; ASSERT_TRUE(RunPlatformAppTest("platform_apps/windows_api")) << 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