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

Unified Diff: components/ssl_errors/error_classification_unittest.cc

Issue 2532623003: Disable SSLErrorClassificationTest.GetClockState test (Closed)
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: components/ssl_errors/error_classification_unittest.cc
diff --git a/components/ssl_errors/error_classification_unittest.cc b/components/ssl_errors/error_classification_unittest.cc
index 800ccd78f55232a42741903c91ef064e83c8847b..0081a0d4d4c3620a0e907b991ffae981c7ac8a8b 100644
--- a/components/ssl_errors/error_classification_unittest.cc
+++ b/components/ssl_errors/error_classification_unittest.cc
@@ -213,7 +213,8 @@ TEST(ErrorClassification, LevenshteinDistance) {
EXPECT_EQ(7u, ssl_errors::GetLevenshteinDistance("xxxxxxx", "yyy"));
}
-TEST_F(SSLErrorClassificationTest, GetClockState) {
+// Flaky, see https://bugs.chromium.org/p/chromium/issues/detail?id=668539.
+TEST_F(SSLErrorClassificationTest, DISABLED_GetClockState) {
// This test aims to obtain all possible return values of
// |GetClockState|.
const char kBuildTimeHistogram[] = "interstitial.ssl.clockstate.build_time";
« 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