Skip to content

Commit

Permalink
Socket: Remove test that (obviously) fails on Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagghiu committed Jan 30, 2024
1 parent cf8a9e4 commit 64087bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Libraries/Socket/Tests/SocketDescriptorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ void SC::SocketDescriptorTest::resolveDNS()
SmallString<256> ipAddress;
SC_TEST_EXPECT(SocketNetworking::resolveDNS("localhost", ipAddress));
SC_TEST_EXPECT(ipAddress.view() == "127.0.0.1");
if (SocketNetworking::resolveDNS("apple.com", ipAddress)) // needs internet connection
{
SC_TEST_EXPECT(ipAddress.view() == "17.253.144.10");
}
//! [resolveDNSSnippet]
}

Expand Down

0 comments on commit 64087bd

Please sign in to comment.