Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: chrome/test/automation/dom_automation_browsertest.cc

Issue 4231004: Marking DOMAutomationTest.FindByXPath as flaky on windows.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/dom_automation_browsertest.cc
===================================================================
--- chrome/test/automation/dom_automation_browsertest.cc (revision 64609)
+++ chrome/test/automation/dom_automation_browsertest.cc (working copy)
@@ -31,7 +31,14 @@
typedef DOMElementProxy::By By;
-IN_PROC_BROWSER_TEST_F(DOMAutomationTest, FindByXPath) {
+#if defined(OS_WIN)
+// See http://crbug.com/61636
+#define MAYBE_FindByXPath FLAKY_FindByXPath
+#else
+#define MAYBE_FindByXPath FindByXPath
+#endif
+
+IN_PROC_BROWSER_TEST_F(DOMAutomationTest, MAYBE_FindByXPath) {
ASSERT_TRUE(test_server()->Start());
ui_test_utils::NavigateToURL(browser(),
GetTestURL("find_elements/test.html"));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698