Disable CF web server tests temporarily on IE9 while we hunt down the cause of the first-request failures.
BUG=143699 TEST=chrome_frame_tests Review URL: https://chromiumcodereview.appspot.com/11316280 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173124 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -242,6 +242,12 @@ const wchar_t kPostedResultSubstring[] = L"/writefile/";
|
||||
|
||||
void ChromeFrameTestWithWebServer::SimpleBrowserTestExpectedResult(
|
||||
BrowserKind browser, const wchar_t* page, const char* result) {
|
||||
if (browser == IE && chrome_frame_test::GetInstalledIEVersion() >= IE_9) {
|
||||
LOG(INFO) << "Temporarily disabling IE9 web server tests. "
|
||||
"See http://crbug.com/143699";
|
||||
return;
|
||||
}
|
||||
|
||||
int tries = 0;
|
||||
ExpectAndHandlePostedResult();
|
||||
// Retry tests that timeout once; see http://crbug.com/96449.
|
||||
|
Reference in New Issue
Block a user