1diff --git a/packages/net/_test.pony b/packages/net/_test.pony
2index 9044dfb1..f0ea10f7 100644
3--- a/packages/net/_test.pony
4+++ b/packages/net/_test.pony
5@@ -26,11 +26,6 @@ actor \nodoc\ Main is TestList
6 test(_TestTCPThrottle)
7 end
8
9- // Tests below exclude osx and are listed alphabetically
10- ifdef not osx then
11- test(_TestBroadcast)
12- end
13-
14 class \nodoc\ _TestPing is UDPNotify
15 let _h: TestHelper
16 let _ip: NetAddress