diff --git a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/NetworkInterfaceBasicTest.cs b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/NetworkInterfaceBasicTest.cs index 059c67a7c4543a..b5088ab9556630 100644 --- a/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/NetworkInterfaceBasicTest.cs +++ b/src/libraries/System.Net.NetworkInformation/tests/FunctionalTests/NetworkInterfaceBasicTest.cs @@ -53,7 +53,7 @@ public void BasicTest_AccessInstanceProperties_NoExceptions() [Fact] [PlatformSpecific(TestPlatforms.Linux)] // Some APIs are not supported on Linux - [ActiveIssue(18090)] + [ActiveIssue("https://github.com/dotnet/runtime/issues/18090")] public void BasicTest_AccessInstanceProperties_NoExceptions_Linux() { foreach (NetworkInterface nic in NetworkInterface.GetAllNetworkInterfaces())