| Index: chrome/test/automation/dom_automation_browsertest.cc
|
| diff --git a/chrome/test/automation/dom_automation_browsertest.cc b/chrome/test/automation/dom_automation_browsertest.cc
|
| index 85f287473c257d5a6eb7e014b89ed5ca45b0aec9..e76c514a37262ee79b54503c59a9debe71188ec4 100644
|
| --- a/chrome/test/automation/dom_automation_browsertest.cc
|
| +++ b/chrome/test/automation/dom_automation_browsertest.cc
|
| @@ -33,7 +33,7 @@ typedef DOMElementProxy::By By;
|
|
|
| #if defined(OS_WIN)
|
| // See http://crbug.com/61636
|
| -#define MAYBE_FindByXPath FLAKY_FindByXPath
|
| +#define MAYBE_FindByXPath DISABLED_FindByXPath
|
| #else
|
| #define MAYBE_FindByXPath FindByXPath
|
| #endif
|
|
|