about summary refs log tree commit diff
path: root/pkgs/development/compilers/ponyc/disable-tests.patch
blob: f8c996137af940728727c4d524c3499bb8747d50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/packages/net/_test.pony b/packages/net/_test.pony
index baf29e7..b63f368 100644
--- a/packages/net/_test.pony
+++ b/packages/net/_test.pony
@@ -5,9 +5,6 @@ actor Main is TestList
   new make() => None
 
   fun tag tests(test: PonyTest) =>
-    ifdef not osx then
-      test(_TestBroadcast)
-    end
     test(_TestTCPWritev)
     test(_TestTCPExpect)
     test(_TestTCPMute)