Commit efd86d38 authored by bryeung@chromium.org's avatar bryeung@chromium.org

Mark FullTabModeIE_TestPostReissue as flaky.

BUG=143699
TEST=none

Review URL: https://chromiumcodereview.appspot.com/10829427

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152342 0039d316-1c4b-4281-b951-d872f2087c98
parent c83dcc08
...@@ -750,7 +750,8 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_AnchorUrlNavigateTest) { ...@@ -750,7 +750,8 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_AnchorUrlNavigateTest) {
// Test whether POST-ing a form from an mshtml page to a CF page will cause // Test whether POST-ing a form from an mshtml page to a CF page will cause
// the request to get reissued. It should not. // the request to get reissued. It should not.
TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_TestPostReissue) { // https://code.google.com/p/chromium/issues/detail?id=143699
TEST_F(ChromeFrameTestWithWebServer, FLAKY_FullTabModeIE_TestPostReissue) {
// The order of pages in this array is assumed to be mshtml, cf, script. // The order of pages in this array is assumed to be mshtml, cf, script.
const wchar_t* kPages[] = { const wchar_t* kPages[] = {
L"full_tab_post_mshtml.html", L"full_tab_post_mshtml.html",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment