diff options
author | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-28 20:28:08 +0000 |
---|---|---|
committer | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-28 20:28:08 +0000 |
commit | 2cc98c885571e7ef17222d6fda02f9500c94fc76 (patch) | |
tree | 6d7a5121580f96a9eb6dba47547bd60dd686fddf /chrome_frame | |
parent | 8ac893730dbcd54a60589443622009f1d9c10fd7 (diff) | |
download | chromium_src-2cc98c885571e7ef17222d6fda02f9500c94fc76.zip chromium_src-2cc98c885571e7ef17222d6fda02f9500c94fc76.tar.gz chromium_src-2cc98c885571e7ef17222d6fda02f9500c94fc76.tar.bz2 |
Disable this test, which works 100 out of 100 times locally, but never on the Chrome Frame Tests (IE8) build agent.
TBR=ananta@chromium.org
Review URL: http://codereview.chromium.org/3528001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60840 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/delete_chrome_history_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/delete_chrome_history_test.cc b/chrome_frame/test/delete_chrome_history_test.cc index a856a2b0..5c7abb8 100644 --- a/chrome_frame/test/delete_chrome_history_test.cc +++ b/chrome_frame/test/delete_chrome_history_test.cc @@ -117,7 +117,7 @@ ACTION_P2(LaunchThisIEAndNavigate, ie_mock, url) { ie_mock)); } -TEST_F(DeleteBrowsingHistoryTest, CFDeleteBrowsingHistory) { +TEST_F(DeleteBrowsingHistoryTest, DISABLED_CFDeleteBrowsingHistory) { if (GetInstalledIEVersion() < IE_8) { LOG(ERROR) << "Test does not apply to IE versions < 8."; return; |