summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-05 18:05:36 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-05 18:05:36 +0000
commita07e8eb304a3b0c507dc5a6f79305b6d9debaa58 (patch)
treeb7d0cd61ecf74ad7190ad1d57dbeb95e241a9153 /chrome_frame
parentde026795b70de8813bfd6b0f3d76fa24d16bf2fc (diff)
downloadchromium_src-a07e8eb304a3b0c507dc5a6f79305b6d9debaa58.zip
chromium_src-a07e8eb304a3b0c507dc5a6f79305b6d9debaa58.tar.gz
chromium_src-a07e8eb304a3b0c507dc5a6f79305b6d9debaa58.tar.bz2
Disabling ChromeFrame.Launch
TBR=grt BUG=81479 TEST=chrome_frame_tests.exe Review URL: https://chromiumcodereview.appspot.com/9599017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/chrome_frame_automation_mock.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome_frame/test/chrome_frame_automation_mock.cc b/chrome_frame/test/chrome_frame_automation_mock.cc
index 1f50b2e..fae0ae1 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);