| 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";
|
|
|