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

15 lines
389 B
Diff
Raw Normal View History

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
2016-10-07 19:17:08 +00:00
new make() => None
2016-12-01 21:29:44 +00:00
2016-07-27 15:51:19 +00:00
fun tag tests(test: PonyTest) =>
- ifdef not osx then
- test(_TestBroadcast)
2016-12-01 21:29:44 +00:00
- end
test(_TestTCPWritev)
test(_TestTCPExpect)
test(_TestTCPMute)