Skip to content

Commit ddee485

Browse files
author
Mirroring
committed
Merge commit 'ef7db8d8bffdec68b4ffc583d9447c96dc90799d'
2 parents 7c5c413 + ef7db8d commit ddee485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/libraries/System.Net.Sockets/tests/FunctionalTests

src/libraries/System.Net.Sockets/tests/FunctionalTests/SendTo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public async Task Datagram_UDP_ShouldImplicitlyBindLocalEndpoint()
9595

9696
[Fact]
9797
[SkipOnPlatform(TestPlatforms.FreeBSD, "FreeBSD allows sendto() to broadcast")]
98-
[ActiveIssue("https://github.com/dotnet/runtime/issues/114450", typeof(PlatformDetection), nameof(PlatformDetection.IsMacCatalyst), nameof(PlatformDetection.IsX64Process))]
98+
[ActiveIssue("https://github.com/dotnet/runtime/issues/114450", TestPlatforms.OSX | TestPlatforms.MacCatalyst)]
9999
public async Task Datagram_UDP_AccessDenied_Throws_DoesNotBind()
100100
{
101101
IPEndPoint invalidEndpoint = new IPEndPoint(IPAddress.Broadcast, 1234);

0 commit comments

Comments
 (0)