diff --git a/test/powershell/Modules/Microsoft.PowerShell.Management/Test-Connection.Tests.ps1 b/test/powershell/Modules/Microsoft.PowerShell.Management/Test-Connection.Tests.ps1 index 9ccad8944e16..1d639fe5f2da 100644 --- a/test/powershell/Modules/Microsoft.PowerShell.Management/Test-Connection.Tests.ps1 +++ b/test/powershell/Modules/Microsoft.PowerShell.Management/Test-Connection.Tests.ps1 @@ -254,9 +254,6 @@ Describe "Test-Connection" -tags "CI", "RequireSudoOnUnix" { } Context "MTUSizeDetect" { - # We skip the MtuSize detection tests when in containers, as the environments throw raw exceptions - # instead of returning a PacketTooBig response cleanly. - # Test disabled due to .NET runtime issue: https://github.com/dotnet/runtime/issues/55961 It "MTUSizeDetect works" { $result = Test-Connection $testAddress -MtuSize @@ -266,7 +263,6 @@ Describe "Test-Connection" -tags "CI", "RequireSudoOnUnix" { $result.MtuSize | Should -BeGreaterThan 0 } - # Test disabled due to .NET runtime issue: https://github.com/dotnet/runtime/issues/55961 It "Quiet works" { $result = Test-Connection $gatewayAddress -MtuSize -Quiet