3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/compilers/ponyc/disable-tests.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
454 B
Diff
Raw Normal View History

diff --git a/packages/net/_test.pony b/packages/net/_test.pony
2022-03-05 17:59:13 +00:00
index 9044dfb1..f0ea10f7 100644
--- a/packages/net/_test.pony
+++ b/packages/net/_test.pony
2022-03-05 17:59:13 +00:00
@@ -26,11 +26,6 @@ actor \nodoc\ Main is TestList
test(_TestTCPThrottle)
end
2016-12-01 21:29:44 +00:00
2022-03-05 17:59:13 +00:00
- // Tests below exclude osx and are listed alphabetically
- ifdef not osx then
- test(_TestBroadcast)
2016-12-01 21:29:44 +00:00
- end
2022-03-05 17:59:13 +00:00
-
class \nodoc\ _TestPing is UDPNotify
let _h: TestHelper
let _ip: NetAddress