Skip to content

Commit

Permalink
fix build failure in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Jul 24, 2024
1 parent 9db6f9d commit b827cdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ares-test-mock-et.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1630,8 +1630,9 @@ INSTANTIATE_TEST_SUITE_P(TransportModes, NoRotateMultiMockEventThreadTest, ::tes

INSTANTIATE_TEST_SUITE_P(TransportModes, ServerFailoverOptsMockEventThreadTest, ::testing::ValuesIn(ares::test::evsys_families_modes), ares::test::PrintEvsysFamilyMode);

#if 0
INSTANTIATE_TEST_SUITE_P(AddressFamilies, MockUDPEventThreadSingleQueryPerConnTest, ::testing::ValuesIn(ares::test::evsys_families), ares::test::PrintEvsysFamily);

#endif

} // namespace test
} // namespace ares
Expand Down

0 comments on commit b827cdc

Please sign in to comment.