nixpkgs/pkgs/development/compilers/ponyc/disable-tests.patch

16 lines
392 B
Diff
Raw Normal View History

2016-07-27 15:51:19 +00:00
diff --git a/packages/net/_test.pony b/packages/net/_test.pony
2016-10-07 19:17:08 +00:00
index ce26bd7..9a98cc7 100644
2016-07-27 15:51:19 +00:00
--- a/packages/net/_test.pony
+++ b/packages/net/_test.pony
2016-10-20 18:01:10 +00:00
@@ -5,9 +5,7 @@ actor Main is TestList
2016-10-07 19:17:08 +00:00
new make() => None
2016-07-27 15:51:19 +00:00
fun tag tests(test: PonyTest) =>
- test(_TestBroadcast)
2016-10-07 19:17:08 +00:00
- test(_TestTCPWritev)
2016-10-20 18:01:10 +00:00
- test(_TestTCPExpect)
2016-10-07 19:17:08 +00:00
+ None
class _TestPing is UDPNotify
let _h: TestHelper