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

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

Issue 144013: Disable a test that has been flaky for at least the past week. Linux only.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 months 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/automation_proxy_uitest.cc
===================================================================
--- chrome/test/automation/automation_proxy_uitest.cc (revision 18973)
+++ chrome/test/automation/automation_proxy_uitest.cc (working copy)
@@ -24,6 +24,13 @@
#include "net/base/net_util.h"
#include "views/event.h"
+// http://code.google.com/p/chromium/issues/detail?id=14943
+#if defined(OS_LINUX)
+#define MAYBE_NavigateToURLWithTimeout2 DISABLED_NavigateToURLWithTimeout2
+#else
+#define MAYBE_NavigateToURLWithTimeout2 NavigateToURLWithTimeout2
+#endif
+
class AutomationProxyTest : public UITest {
protected:
AutomationProxyTest() {
@@ -292,7 +299,7 @@
ASSERT_TRUE(is_timeout);
}
-TEST_F(AutomationProxyTest, NavigateToURLWithTimeout2) {
+TEST_F(AutomationProxyTest, MAYBE_NavigateToURLWithTimeout2) {
scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
ASSERT_TRUE(window.get());
scoped_refptr<TabProxy> tab(window->GetTab(0));
« 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