2017-12-17 20:50:31 +00:00
|
|
|
diff --git a/packages/net/_test.pony b/packages/net/_test.pony
|
2022-03-05 17:59:13 +00:00
|
|
|
index 9044dfb1..f0ea10f7 100644
|
2017-12-17 20:50:31 +00:00
|
|
|
--- 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
|
2017-12-17 20:50:31 +00:00
|
|
|
- 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
|