diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-16 01:12:56 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-16 01:12:56 +0000 |
commit | dce31544272dddb42a8aee2f95201c871ccddf15 (patch) | |
tree | d90fcc5f1162655ed5d81cdb1f4dd29947a898fb /chrome_frame/test | |
parent | 48c60e59ae789b661d63294613a3c25cd148a601 (diff) | |
download | chromium_src-dce31544272dddb42a8aee2f95201c871ccddf15.zip chromium_src-dce31544272dddb42a8aee2f95201c871ccddf15.tar.gz chromium_src-dce31544272dddb42a8aee2f95201c871ccddf15.tar.bz2 |
Disabling the FullTabModeIE_ContextMenuBackForward ChromeFrame test as it needs some plumbing in the external tab
container to populate the navigation history for the tab contents when it is created.
Bug=46615
TBR=amit
Review URL: http://codereview.chromium.org/2813009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49879 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test')
-rw-r--r-- | chrome_frame/test/test_mock_with_web_server.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome_frame/test/test_mock_with_web_server.cc b/chrome_frame/test/test_mock_with_web_server.cc index f0c59b5..8871717 100644 --- a/chrome_frame/test/test_mock_with_web_server.cc +++ b/chrome_frame/test/test_mock_with_web_server.cc @@ -888,10 +888,11 @@ TEST_F(ChromeFrameTestWithWebServer, // Test Back/Forward from context menu. Loads page 1 in chrome and page 2 // in IE. Then it tests back and forward using context menu -// Marking this test FLAKY as it fails at times on the buildbot. -// http://code.google.com/p/chromium/issues/detail?id=26549 +// Disabling this test as it won't work as per the current chrome external tab +// design. +// http://code.google.com/p/chromium/issues/detail?id=46615 TEST_F(ChromeFrameTestWithWebServer, - FLAKY_FullTabModeIE_ContextMenuBackForward) { + DISABLED_FullTabModeIE_ContextMenuBackForward) { CloseIeAtEndOfScope last_resort_close_ie; ComStackObjectWithUninitialize<MockWebBrowserEventSink> mock; chrome_frame_test::TimedMsgLoop loop; |