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

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

Issue 4550003: Mark ExternalTabUITest.HostNetworkStackAbortRequest and HostNetworkStackUnresponsiveRenderer flaky. (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/automation_proxy_uitest.cc
diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc
index d9eb414df93ac1fd268cf4a443e62c917d5c029c..7d8a4326c1a8ee4719eef693acc5c50a543b11e5 100644
--- a/chrome/test/automation/automation_proxy_uitest.cc
+++ b/chrome/test/automation/automation_proxy_uitest.cc
@@ -1082,7 +1082,8 @@ TEST_F(ExternalTabUITest, FLAKY_HostNetworkStack) {
loop.RunFor(action_max_timeout_ms());
}
-TEST_F(ExternalTabUITest, HostNetworkStackAbortRequest) {
+// Flaky, http://crbug.com/61023.
+TEST_F(ExternalTabUITest, FLAKY_HostNetworkStackAbortRequest) {
scoped_refptr<TabProxy> tab;
TimedMessageLoopRunner loop(MessageLoop::current());
ASSERT_THAT(mock_, testing::NotNull());
@@ -1123,7 +1124,8 @@ TEST_F(ExternalTabUITest, HostNetworkStackAbortRequest) {
loop.RunFor(action_max_timeout_ms());
}
-TEST_F(ExternalTabUITest, HostNetworkStackUnresponsiveRenderer) {
+// Flaky, http://crbug.com/61023.
+TEST_F(ExternalTabUITest, FLAKY_HostNetworkStackUnresponsiveRenderer) {
scoped_refptr<TabProxy> tab;
TimedMessageLoopRunner loop(MessageLoop::current());
ASSERT_THAT(mock_, testing::NotNull());
« 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