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

Unified Diff: chrome_frame/test/chrome_frame_automation_mock.cc

Issue 9599017: Disabling ChromeFrame.Launch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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_frame/test/chrome_frame_automation_mock.cc
diff --git a/chrome_frame/test/chrome_frame_automation_mock.cc b/chrome_frame/test/chrome_frame_automation_mock.cc
index 1f50b2efb8a2558fe3cb8c90937c60d2ac5cf681..fae0ae1a8903bc4e6da1ebe56c8c3225636d1eb6 100644
--- a/chrome_frame/test/chrome_frame_automation_mock.cc
+++ b/chrome_frame/test/chrome_frame_automation_mock.cc
@@ -8,7 +8,10 @@
const int kLongWaitTimeout = 25 * 1000;
-TEST(ChromeFrame, Launch) {
+// Note that this test fails occasionally. Disabling it altogether (rather than
+// marking as flaky to see if the failure cascades down to the next test.
+// http://crbug.com/81479
+TEST(ChromeFrame, DISABLED_Launch) {
MessageLoopForUI loop;
AutomationMockLaunch mock_launch(&loop, kLongWaitTimeout);
« 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