Commit fe2c420f authored by rogerta@chromium.org's avatar rogerta@chromium.org

Disable flaky test "AppModeTest.EnableAppModeTest" on windows.

BUG=163630
TBR=jam@chromium.org
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/11348324

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170511 0039d316-1c4b-4281-b951-d872f2087c98
parent 59de2a5b
...@@ -1700,7 +1700,14 @@ class AppModeTest : public BrowserTest { ...@@ -1700,7 +1700,14 @@ class AppModeTest : public BrowserTest {
} }
}; };
IN_PROC_BROWSER_TEST_F(AppModeTest, EnableAppModeTest) { // Check failed on Win only. http://crbug.com/163630
#if defined(OS_WIN)
#define MAYBE_EnableAppModeTest DISABLED_EnableAppModeTest
#else
#define MAYBE_EnableAppModeTest EnableAppModeTest
#endif
IN_PROC_BROWSER_TEST_F(AppModeTest, MAYBE_EnableAppModeTest) {
// Test that an application browser window loads correctly. // Test that an application browser window loads correctly.
// Verify the browser is in application mode. // Verify the browser is in application mode.
......
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