mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
16 lines
454 B
Diff
16 lines
454 B
Diff
diff --git a/packages/net/_test.pony b/packages/net/_test.pony
|
|
index 9044dfb1..f0ea10f7 100644
|
|
--- a/packages/net/_test.pony
|
|
+++ b/packages/net/_test.pony
|
|
@@ -26,11 +26,6 @@ actor \nodoc\ Main is TestList
|
|
test(_TestTCPThrottle)
|
|
end
|
|
|
|
- // Tests below exclude osx and are listed alphabetically
|
|
- ifdef not osx then
|
|
- test(_TestBroadcast)
|
|
- end
|
|
-
|
|
class \nodoc\ _TestPing is UDPNotify
|
|
let _h: TestHelper
|
|
let _ip: NetAddress
|