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

Unified Diff: net/url_request/url_request_unittest.cc

Issue 2170643004: Add more buffer time in HTTPSOCSPVerifyTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« net/tools/testserver/minica.py ('K') | « net/tools/testserver/minica.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_unittest.cc
diff --git a/net/url_request/url_request_unittest.cc b/net/url_request/url_request_unittest.cc
index 6aabd6e7e14aeb6873be680cbd7227791f780cd3..7a5805bc73efef4e40a78290ac41abde01708f26 100644
--- a/net/url_request/url_request_unittest.cc
+++ b/net/url_request/url_request_unittest.cc
@@ -9463,8 +9463,6 @@ static const struct OCSPVerifyTestData {
};
-// Flaky on Android Tests (dbg) bot, crbug.com/630286.
-#if !defined(OS_ANDROID)
class HTTPSOCSPVerifyTest
: public HTTPSOCSPTest,
public testing::WithParamInterface<OCSPVerifyTestData> {};
@@ -9499,7 +9497,6 @@ TEST_P(HTTPSOCSPVerifyTest, VerifyResult) {
INSTANTIATE_TEST_CASE_P(OCSPVerify,
HTTPSOCSPVerifyTest,
testing::ValuesIn(kOCSPVerifyData));
-#endif
class HTTPSHardFailTest : public HTTPSOCSPTest {
protected:
« net/tools/testserver/minica.py ('K') | « net/tools/testserver/minica.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698