Skip to content

Commit

Permalink
Added requirement for IPv6 for UDPOptions test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj Malecki committed Dec 23, 2024
1 parent c493712 commit cd3376b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_reuseaddr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,12 @@ TEST_F(ReuseAddr, DiffAddr)

TEST_F(ReuseAddr, UDPOptions)
{
// IP_TOS and IP_TTL don't work on Windows and Mac
SRTST_REQUIRES(Platform, "Linux", "GNU");

// Travis doesn't work with IPv6
SRTST_REQUIRES(IPv6);

MAKE_UNIQUE_SOCK(bs1, "general ipv6", prepareServerSocket());
MAKE_UNIQUE_SOCK(bs2, "mapped ipv4", prepareServerSocket());

Expand Down

0 comments on commit cd3376b

Please sign in to comment.