| 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 ba267d4ea3e58a68c630502583570ada4c9d09f7..66477f48caabb084f5764d84db629532f20f92ec 100644
|
| --- a/chrome/test/automation/dom_automation_browsertest.cc
|
| +++ b/chrome/test/automation/dom_automation_browsertest.cc
|
| @@ -166,7 +166,7 @@ IN_PROC_BROWSER_TEST_F(DOMAutomationTest, FindBySelectors) {
|
|
|
| #if defined(OS_WIN)
|
| // http://crbug.com/72745
|
| -#define MAYBE_FindByText FLAKY_FindByText
|
| +#define MAYBE_FindByText DISABLED_FindByText
|
| #else
|
| #define MAYBE_FindByText FindByText
|
| #endif
|
|
|