Disable crashy RenderViewTest.DidFailProvisionalLoadWithErrorForError

TBR=brettw

TEST=browser_tests
BUG=53247

Review URL: http://codereview.chromium.org/3141040

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57242 0039d316-1c4b-4281-b951-d872f2087c98
parent 6417bb5c
......@@ -862,7 +862,8 @@ TEST_F(RenderViewTest, InsertCharacters) {
#endif
}
TEST_F(RenderViewTest, DidFailProvisionalLoadWithErrorForError) {
// Crashy, http://crbug.com/53247.
TEST_F(RenderViewTest, DISABLED_DidFailProvisionalLoadWithErrorForError) {
GetMainFrame()->enableViewSourceMode(true);
WebURLError error;
error.domain.fromUTF8("test_domain");
......
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