Skip to content

Commit

Permalink
Remove test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenebutler committed Apr 25, 2023
1 parent 3420ed8 commit 5aaa286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4218,7 +4218,7 @@ Describe "Web cmdlets tests using the cmdlet's aliases" -Tags "CI", "RequireAdmi
}
}

Describe 'Invoke-WebRequest and Invoke-RestMethod support Cancellation through CTRL-C' -Tags "CI", "RequireAdminOnWindows", CTRLC {
Describe 'Invoke-WebRequest and Invoke-RestMethod support Cancellation through CTRL-C' -Tags "CI", "RequireAdminOnWindows" {
BeforeAll {
$oldProgress = $ProgressPreference
$ProgressPreference = 'SilentlyContinue'
Expand Down

0 comments on commit 5aaa286

Please sign in to comment.