[DNS test] unskip a test on windows (#34209)

Unskip since https://github.com/grpc/grpc/pull/33965 merged
pull/34075/head^2
apolcyn 1 year ago committed by GitHub
parent 548c75e3a2
commit 2d2e9893cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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 {

Loading…
Cancel
Save