diff --git a/test/cpp/naming/cancel_ares_query_test.cc b/test/cpp/naming/cancel_ares_query_test.cc index 2c7e8187abe..d56a19f4b7c 100644 --- a/test/cpp/naming/cancel_ares_query_test.cc +++ b/test/cpp/naming/cancel_ares_query_test.cc @@ -492,11 +492,6 @@ TEST_F(CancelDuringAresQuery, TestQueryFailsBecauseTcpServerClosesSocket) { // But c-ares will never try to read from that socket again, so we have an // infinite busy loop. TEST_F(CancelDuringAresQuery, TestQueryFailsWithDataRemainingInReadBuffer) { -#ifdef GPR_WINDOWS - GTEST_SKIP() << "TODO(apolcyn): try to unskip this test on windows after " - "https://github.com/grpc/grpc/pull/33965"; - return; -#endif if (grpc_core::IsEventEngineDnsEnabled()) { g_event_engine_grpc_ares_test_only_force_tcp = true; } else {