Skip to content

Commit

Permalink
enable udp test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Jun 30, 2024
1 parent c331c75 commit 9d0ae52
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
4 changes: 1 addition & 3 deletions test/udp/FixUdp.Broadcast.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ public partial class FixUdp
{
[Fact]
public async Task Broadcast()
{
if(IsMac()) return;

{
await Server();

async Task Server()
Expand Down
17 changes: 0 additions & 17 deletions test/udp/FixUdp.IsMac.cs

This file was deleted.

2 changes: 0 additions & 2 deletions test/udp/FixUdp.SendAndReceive.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ public partial class FixUdp
[Fact]
public async Task SendAndReceive()
{
if (IsMac()) return;

await Server();

async Task Server()
Expand Down
2 changes: 0 additions & 2 deletions test/udp/FixUdp.ServerAccept.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ public partial class FixUdp
[Fact]
public void ServerAccept()
{
if (IsMac()) return;

Server();

async Task Client(Host host)
Expand Down

0 comments on commit 9d0ae52

Please sign in to comment.