summary refs log tree commit diff
path: root/pkgs/development/compilers/ponyc/disable-tests.patch
blob: d15561721e22c588710ee7596e70fc0ef5c748c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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)
diff --git a/packages/net/http/_test.pony b/packages/net/http/_test.pony
index e55d5a7..40a4cb6 100644
--- a/packages/net/http/_test.pony
+++ b/packages/net/http/_test.pony
@@ -29,8 +29,6 @@ actor Main is TestList
     test(_Valid)
     test(_ToStringFun)
 
-    test(_HTTPConnTest)
-
 class iso _Encode is UnitTest
   fun name(): String => "net/http/URLEncode.encode"