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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/crossProcess/test_crossProcess.js

Issue 1019133002: Enable WebNavigationApiTest.CrossProcess (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/extensions/api/web_navigation/web_navigation_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/webnavigation/crossProcess/test_crossProcess.js
diff --git a/chrome/test/data/extensions/api_test/webnavigation/crossProcess/test_crossProcess.js b/chrome/test/data/extensions/api_test/webnavigation/crossProcess/test_crossProcess.js
index f05aae451c26849ae50d8bb447ffb52252160c70..5479b3c0f3f9949c84538f2f0fd81c81fdb223a0 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/crossProcess/test_crossProcess.js
+++ b/chrome/test/data/extensions/api_test/webnavigation/crossProcess/test_crossProcess.js
@@ -187,6 +187,10 @@ onload = function() {
// Navigates to a different site, but then commits
// same-site, non-user, renderer-initiated navigation
// before the slow cross-site navigation commits.
+ /*
+ * This test case is disabled, because it is flaky and fails fairly
+ * consistently on MSan bots. See https://crbug.com/467800
+ *
function crossProcessWithSameSiteCommit() {
expect([
{ label: "a-onBeforeNavigate",
@@ -294,6 +298,7 @@ onload = function() {
tabId,
{ url: getURL('d.html?' + config.testServer.port + "/test1") });
},
+ */
// Navigates cross-site, but then starts a same-site,
// renderer-initiated navigation with user gesture.
« no previous file with comments | « chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698