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

Unified Diff: chrome/test/data/webui/md_user_manager/user_manager_browsertest.js

Issue 1996093002: Disabled flaky UserManagerBrowserTest.UserManagerTest (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/test/data/webui/md_user_manager/user_manager_browsertest.js
diff --git a/chrome/test/data/webui/md_user_manager/user_manager_browsertest.js b/chrome/test/data/webui/md_user_manager/user_manager_browsertest.js
index 47e0368eeaa486bc5633fc0e74de6b8348facb02..2aaa9e8b81586ac07404855ef278b46902c10e17 100644
--- a/chrome/test/data/webui/md_user_manager/user_manager_browsertest.js
+++ b/chrome/test/data/webui/md_user_manager/user_manager_browsertest.js
@@ -37,7 +37,8 @@ UserManagerBrowserTest.prototype = {
runAccessibilityChecks: false,
};
-TEST_F('UserManagerBrowserTest', 'UserManagerTest', function() {
+// Flaky timeout failures on all platforms; see https://crbug.com/613191.
+TEST_F('UserManagerBrowserTest', 'DISABLED_UserManagerTest', function() {
// Disable 'pod-row' so it won't handle click events after we clear the body.
$('pod-row').disabled = 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