aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr
diff options
context:
space:
mode:
authorGravatar Hope Casey-Allen <hcaseyal@google.com>2018-08-29 12:20:27 -0700
committerGravatar Hope Casey-Allen <hcaseyal@google.com>2018-08-29 12:20:27 -0700
commit40ec97dbff8e1248c2d0da9efe642f2ce5770969 (patch)
tree7c60818cae542dc81153e990f731030ef650eee0 /test/core/iomgr
parent5b3e6c2139d9d9a6c819f63811308723ebaf01be (diff)
Enable timer test on windows
Diffstat (limited to 'test/core/iomgr')
-rw-r--r--test/core/iomgr/timer_list_test.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/core/iomgr/timer_list_test.cc b/test/core/iomgr/timer_list_test.cc
index feedf3f149..fd65d1abf1 100644
--- a/test/core/iomgr/timer_list_test.cc
+++ b/test/core/iomgr/timer_list_test.cc
@@ -248,11 +248,7 @@ int main(int argc, char** argv) {
grpc_determine_iomgr_platform();
grpc_iomgr_platform_init();
gpr_set_log_verbosity(GPR_LOG_SEVERITY_DEBUG);
-#ifndef GPR_WINDOWS
- /* Skip this test on Windows until we figure out why it fails */
- /* https://github.com/grpc/grpc/issues/16417 */
long_running_service_cleanup_test();
-#endif // GPR_WINDOWS
add_test();
destruction_test();
grpc_iomgr_platform_shutdown();