mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpinet] Disable Uv FailedLookup test (#8105)
See https://github.com/wpilibsuite/allwpilib/discussions/8104. This test consistently fails when ISPs 'helpfully' resolve an invalid name.
This commit is contained in:
@@ -47,7 +47,7 @@ TEST(UvGetAddrInfoTest, BothNull) {
|
||||
ASSERT_EQ(fail_cb_called, 1);
|
||||
}
|
||||
|
||||
TEST(UvGetAddrInfoTest, FailedLookup) {
|
||||
TEST(UvGetAddrInfoTest, DISABLED_FailedLookup) {
|
||||
int fail_cb_called = 0;
|
||||
|
||||
auto loop = Loop::Create();
|
||||
|
||||
Reference in New Issue
Block a user