about summary refs log tree commit diff
path: root/pkgs/development/compilers/ponyc/disable-tests.patch
blob: 696dc005f0ab890b784fccb99bdc54dbf3a8e53a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/packages/net/_test.pony b/packages/net/_test.pony
index ce26bd7..9a98cc7 100644
--- a/packages/net/_test.pony
+++ b/packages/net/_test.pony
@@ -5,9 +5,7 @@ actor Main is TestList
   new make() => None

   fun tag tests(test: PonyTest) =>
-    test(_TestBroadcast)
-    test(_TestTCPWritev)
-    test(_TestTCPExpect)
+    None

 class _TestPing is UDPNotify
   let _h: TestHelper