Skip to content

Commit

Permalink
Update FixUdp.ServerAccept.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Jun 5, 2024
1 parent b79f267 commit 0cef886
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/udp/FixUdp.ServerAccept.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@ public partial class FixUdp
[Fact]
public void ServerAccept()
{
// Skip macOS Test: Firewall isn't allowing UDP connection.
if (OperatingSystem.IsMacOS())
{
// https://github.com/dotnet/runtime/issues/97718
// https://support.apple.com/guide/mac-help/change-firewall-settings-on-mac-mh11783/mac
output.WriteLine("macOS is skipped because firewall problem");
return;
}
if (IsMac()) return;

Server();

Expand Down

0 comments on commit 0cef886

Please sign in to comment.