about summary refs log tree commit diff
path: root/pkgs/development/compilers/ponyc/disable-tests.patch
blob: 9335ebd6eea8cd0c5f08635b9bb4cfb23d39e179 (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 d6c3e56..dc37dd9 100644
--- a/packages/net/_test.pony
+++ b/packages/net/_test.pony
@@ -7,11 +7,6 @@ actor Main is TestList
   fun tag tests(test: PonyTest) =>
     test(_TestReadBuffer)
     test(_TestWriteBuffer)
-    test(_TestBroadcast)
-    ifdef not windows then
-      test(_TestTCPExpect)
-      test(_TestTCPWritev)
-    end
 
 class iso _TestReadBuffer is UnitTest
   """