Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / compilers / ponyc / disable-tests.patch
blobb3d83483a5f8e37626a28b1030d05f376125a79b
1 diff --git a/packages/net/_test.pony b/packages/net/_test.pony
2 index 9044dfb1..f0ea10f7 100644
3 --- a/packages/net/_test.pony
4 +++ b/packages/net/_test.pony
5 @@ -26,11 +26,6 @@ actor \nodoc\ Main is TestList
6 test(_TestTCPThrottle)
7 end
9 - // Tests below exclude osx and are listed alphabetically
10 - ifdef not osx then
11 - test(_TestBroadcast)
12 - end
14 class \nodoc\ _TestPing is UDPNotify
15 let _h: TestHelper
16 let _ip: NetAddress