1diff --git a/packages/net/_test.pony b/packages/net/_test.pony
2index baf29e7..b63f368 100644
3--- a/packages/net/_test.pony
4+++ b/packages/net/_test.pony
5@@ -5,9 +5,6 @@ actor Main is TestList
6 new make() => None
7
8 fun tag tests(test: PonyTest) =>
9- ifdef not osx then
10- test(_TestBroadcast)
11- end
12 test(_TestTCPWritev)
13 test(_TestTCPExpect)
14 test(_TestTCPMute)
15diff --git a/packages/net/http/_test.pony b/packages/net/http/_test.pony
16index e55d5a7..40a4cb6 100644
17--- a/packages/net/http/_test.pony
18+++ b/packages/net/http/_test.pony
19@@ -29,8 +29,6 @@ actor Main is TestList
20 test(_Valid)
21 test(_ToStringFun)
22
23- test(_HTTPConnTest)
24-
25 class iso _Encode is UnitTest
26 fun name(): String => "net/http/URLEncode.encode"
27