diff --git a/test/udp/FixUdp.ServerAccept.cs b/test/udp/FixUdp.ServerAccept.cs index cf66bef2..8ff6ca48 100644 --- a/test/udp/FixUdp.ServerAccept.cs +++ b/test/udp/FixUdp.ServerAccept.cs @@ -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();