From 3f2c3a3fcad2280a6e9f2b3467550667932aebd4 Mon Sep 17 00:00:00 2001 From: James Truher Date: Mon, 9 May 2022 16:56:00 -0700 Subject: [PATCH] Remove comments about skipped tests since they're not skipped any longer. --- .../Microsoft.PowerShell.Management/Test-Connection.Tests.ps1 | 4 ---- 1 file changed, 4 deletions(-) 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