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

Unified Diff: chrome/test/data/webui/certificate_viewer_dialog_test.js

Issue 2535293002: Disable flaky CertificateViewerModalUITestAsync.testDetails test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 1 month 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/certificate_viewer_dialog_test.js
diff --git a/chrome/test/data/webui/certificate_viewer_dialog_test.js b/chrome/test/data/webui/certificate_viewer_dialog_test.js
index 03a2e3ec9dd1bf4d981a43321b423379c5d63f35..5d7e4e8286c5d5ded9c45389e1ea296ba5b40c36 100644
--- a/chrome/test/data/webui/certificate_viewer_dialog_test.js
+++ b/chrome/test/data/webui/certificate_viewer_dialog_test.js
@@ -165,7 +165,10 @@ TEST_F('CertificateViewerModalUITest', 'testCN', function() {
this.testCN();
});
-TEST_F('CertificateViewerModalUITestAsync', 'testDetails', function() {
+/**
+ * Disabled due to flakiness on Linux ChromiumOS bot: http://crbug/669597
+ */
+TEST_F('CertificateViewerModalUITestAsync', 'DISABLED_testDetails', function() {
this.testDetails();
});
« 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