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

Unified Diff: components/domain_reliability/monitor_unittest.cc

Issue 656033008: Domain Reliability: Reenable AddBakedInConfigs test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete comment Created 6 years, 2 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 | « components/domain_reliability/bake_in_configs.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability/monitor_unittest.cc
diff --git a/components/domain_reliability/monitor_unittest.cc b/components/domain_reliability/monitor_unittest.cc
index 392824a314a1342b3f875ba01a741d335be299d3..f1fea50c4a89963d7f22ed4948af8531fd8c9419 100644
--- a/components/domain_reliability/monitor_unittest.cc
+++ b/components/domain_reliability/monitor_unittest.cc
@@ -257,8 +257,7 @@ TEST_F(DomainReliabilityMonitorTest, WasFetchedViaProxy) {
// Will fail when baked-in configs expire, as a reminder to update them.
// (Contact ttuttle@chromium.org if this starts failing.)
-// Disabled due to expiration of redirector.gvt1.com. https://crbug.com/423590
-TEST_F(DomainReliabilityMonitorTest, DISABLED_AddBakedInConfigs) {
+TEST_F(DomainReliabilityMonitorTest, AddBakedInConfigs) {
// AddBakedInConfigs DCHECKs that the baked-in configs parse correctly, so
// this unittest will fail if someone tries to add an invalid config to the
// source tree.
« no previous file with comments | « components/domain_reliability/bake_in_configs.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698