-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Milestone
Description
<test name="System.Net.NetworkInformation.Tests.PingTest.SendPingWithIPAddressAndBigSize" type="System.Net.NetworkInformation.Tests.PingTest" method="SendPingWithIPAddressAndBigSize" time="0.0061604" result="Fail">
<failure exception-type="System.PlatformNotSupportedException">
<message><![CDATA[System.PlatformNotSupportedException : Unable to send custom ping payload. Run program under privileged user account or grant cap_net_raw capability using setcap(8).]]></message>
<stack-trace><![CDATA[ at System.Net.NetworkInformation.Ping.GetPingProcess(IPAddress address, Byte[] buffer, Int32 timeout, PingOptions options)
at System.Net.NetworkInformation.Ping.SendWithPingUtilityAsync(IPAddress address, Byte[] buffer, Int32 timeout, PingOptions options)
at System.Net.NetworkInformation.Ping.SendPingAsyncCore(IPAddress address, Byte[] buffer, Int32 timeout, PingOptions options)
at System.Net.NetworkInformation.Ping.SendPingAsyncInternal(IPAddress address, Int32 timeout, Byte[] buffer, PingOptions options)
at System.Net.NetworkInformation.Tests.PingTest.SendPingWithIPAddressAndBigSize() in /_/src/libraries/System.Net.Ping/tests/FunctionalTests/PingTest.cs:line 466
--- End of stack trace from previous location ---]]></stack-trace>
</failure>
</test>
Does this test need to be skipped on Android after the refactoring done in #64625 ?
| Build | Kind | Start Time |
|---|---|---|
| 1596337 | Rolling | 2022-07-02 |