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

Unified Diff: chrome/test/data/webui/settings/settings_autofill_section_browsertest.js

Issue 2705943003: Disable SettingsAutofillSectionBrowserTest.CreditCardTests (Closed)
Patch Set: Created 3 years, 10 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/settings/settings_autofill_section_browsertest.js
diff --git a/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js b/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js
index 5431d452a7044ae7dbd830b3b5501bea0e731e6c..360debcda41d7b6f8f37bb6f0c6a6964cd609efc 100644
--- a/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js
+++ b/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js
@@ -170,7 +170,10 @@ SettingsAutofillSectionBrowserTest.prototype = {
},
};
-TEST_F('SettingsAutofillSectionBrowserTest', 'CreditCardTests', function() {
+// Disabled because of flakiness http://crbug.com/694289
+TEST_F('SettingsAutofillSectionBrowserTest',
+ 'DISABLED_CreditCardTests',
+ function() {
var self = this;
setup(function() {
« 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