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

Unified Diff: chrome/browser/safe_json_parser_browsertest.cc

Issue 2020123002: Disable safe json browser test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_json_parser_browsertest.cc
diff --git a/chrome/browser/safe_json_parser_browsertest.cc b/chrome/browser/safe_json_parser_browsertest.cc
index b37873029e75fe80f0ff2d1d18d20c40ab078464..bc22271ec8088b6880752d1745599e3551deae1f 100644
--- a/chrome/browser/safe_json_parser_browsertest.cc
+++ b/chrome/browser/safe_json_parser_browsertest.cc
@@ -89,7 +89,8 @@ class SafeJsonParserTest : public InProcessBrowserTest {
scoped_refptr<content::MessageLoopRunner> message_loop_runner_;
};
-IN_PROC_BROWSER_TEST_F(SafeJsonParserTest, Parse) {
+// Flaky in debug builds: http://crbug.com/611067
+IN_PROC_BROWSER_TEST_F(SafeJsonParserTest, DISABLED_Parse) {
TestParse("{}");
TestParse("choke");
TestParse("{\"awesome\": true}");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698