mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Disable UvGetAddrInfo Concurrent test on Windows (#1227)
This test likes to intermittently hang for some unknown reason, so disable it.
This commit is contained in:
@@ -80,6 +80,7 @@ TEST(UvGetAddrInfo, Basic) {
|
||||
ASSERT_EQ(getaddrinfo_cbs, 1);
|
||||
}
|
||||
|
||||
#ifndef _WIN32
|
||||
TEST(UvGetAddrInfo, Concurrent) {
|
||||
int getaddrinfo_cbs = 0;
|
||||
int callback_counts[CONCURRENT_COUNT];
|
||||
@@ -103,6 +104,7 @@ TEST(UvGetAddrInfo, Concurrent) {
|
||||
ASSERT_EQ(callback_counts[i], 1);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
} // namespace uv
|
||||
} // namespace wpi
|
||||
|
||||
Reference in New Issue
Block a user