Skip to content

Commit

Permalink
Turn off broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 24, 2023
1 parent ce67e45 commit d1b9808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/net/_test.pony
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ actor \nodoc\ Main is TestList
test(_TestTCPThrottle)
end

// Tests below exclude osx and are listed alphabetically
ifdef not osx then
// Tests below exclude osx and windows are listed alphabetically
ifdef not osx and not windows then
test(_TestBroadcast)
end

Expand Down

0 comments on commit d1b9808

Please sign in to comment.