Disable failing WebKitBrowserTest.XsltBadImport on Mac after WebKit roll

BUG=104582

Review URL: http://codereview.chromium.org/8591020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110509 0039d316-1c4b-4281-b951-d872f2087c98
parent 59ad4bbd
......@@ -40,7 +40,8 @@ IN_PROC_BROWSER_TEST_F(WebKitBrowserTest, AbortOnEnd) {
// you don't have DumpRenderTree loaded.
// http://crbug.com/104582
#if defined(OS_WIN) || defined(OS_CHROMEOS) || defined(OS_LINUX)
#if defined(OS_WIN) || defined(OS_CHROMEOS) || defined(OS_LINUX) || \
defined(OS_MACOSX)
#define MAYBE_XsltBadImport DISABLED_XsltBadImport
#else
#define MAYBE_XsltBadImport XsltBadImport
......
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