nixpkgs/pkgs/development/compilers/ponyc/disable-tests.patch
2018-07-12 09:15:00 +02:00

15 lines
389 B
Diff

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
new make() => None
fun tag tests(test: PonyTest) =>
- ifdef not osx then
- test(_TestBroadcast)
- end
test(_TestTCPWritev)
test(_TestTCPExpect)
test(_TestTCPMute)