summary refs log tree commit diff
path: root/pkgs/development/compilers/ponyc/disable-tests.patch
blob: 38740cf963ebc2e726e86633b96f8e4ef45a3d7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff -Naur a/packages/net/_test.pony b/packages/net/_test.pony
--- a/packages/net/_test.pony	1970-01-01 01:00:01.000000000 +0100
+++ b/packages/net/_test.pony	2016-12-01 22:25:59.102433053 +0100
@@ -5,14 +5,7 @@
   new make() => None
 
   fun tag tests(test: PonyTest) =>
-    test(_TestBroadcast)
-    test(_TestTCPWritev)
-    test(_TestTCPExpect)
-    test(_TestTCPMute)
-    test(_TestTCPUnmute)
-    ifdef not windows then
-      test(_TestTCPThrottle)
-    end
+    None
 
 class _TestPing is UDPNotify
   let _h: TestHelper