about summary refs log tree commit diff
path: root/pkgs/development/compilers/ponyc/disable-tests.patch
blob: b3d83483a5f8e37626a28b1030d05f376125a79b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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