Skip to content

Commit

Permalink
Integration test should no longer fail intermittent (issue dsccommuni…
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Jan 16, 2020
1 parent 301d41a commit b76eb7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
- Fixed HTTPS binding issue causing failure when CertificateSubject matches
multiple certificates.
- Fix an issue where changes to LogFlags would fail to apply.

- WebApplicationHandler
- Integration test should no longer fail intermittent ([issue #558](https://github.com/PowerShell/xWebAdministration/issues/558)).

## [3.1.0] - 2019-12-30

Expand Down
2 changes: 1 addition & 1 deletion tests/TestHelper/CommonTestHelper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function Restore-WebConfigurationWrapper

$backupRestored = $true
}
catch [System.IO.IOException]
catch [System.IO.IOException], [System.ComponentModel.Win32Exception]
{
# On the fifth try, throw an error.
if ($retryCount -eq 5)
Expand Down

0 comments on commit b76eb7a

Please sign in to comment.