Skip to content

Commit

Permalink
Remove comments about skipped tests since they're not skipped any lon…
Browse files Browse the repository at this point in the history
…ger.
  • Loading branch information
JamesWTruher committed May 9, 2022
1 parent 6519c18 commit 5f18fba
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 5f18fba

Please sign in to comment.