Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3922)

Unified Diff: chrome/browser/history/multipart_browsertest.cc

Issue 10693118: Disable tests which started to fail on canary after r121912 of WebKit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/errorpage_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/multipart_browsertest.cc
diff --git a/chrome/browser/history/multipart_browsertest.cc b/chrome/browser/history/multipart_browsertest.cc
index 46d3a678e638dc894ed0d4b2c8d0eb37c7a60c37..7b86bca8bc4bb1ebbaf88383282761c165f266f0 100644
--- a/chrome/browser/history/multipart_browsertest.cc
+++ b/chrome/browser/history/multipart_browsertest.cc
@@ -30,7 +30,8 @@ class MultipartResponseTest : public InProcessBrowserTest,
int update_history_count_;
};
-IN_PROC_BROWSER_TEST_F(MultipartResponseTest, SingleVisit) {
+// Disabled: http://crbug.com/136310
+IN_PROC_BROWSER_TEST_F(MultipartResponseTest, DISABLED_SingleVisit) {
// Make sure that visiting a multipart/x-mixed-replace site only
// creates one entry in the visits table.
ASSERT_TRUE(test_server()->Start());
« no previous file with comments | « chrome/browser/errorpage_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698