Commit c9d8f52e authored by zea@chromium.org's avatar zea@chromium.org

Disable TestReattachAfterCrash on linux

BUG=103539
TEST=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138132 0039d316-1c4b-4281-b951-d872f2087c98
parent 6c9ae008
......@@ -522,7 +522,7 @@ IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestConsoleOnNavigateBack) {
RunTest("testConsoleOnNavigateBack", kNavigateBackTestPage);
}
#if defined(OS_MACOSX)
#if defined(OS_MACOSX) || defined(OS_LINUX)
// http://crbug.com/103539
#define TestReattachAfterCrash DISABLED_TestReattachAfterCrash
#endif
......
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