Skip to content

Commit

Permalink
modified: tests/integration/Service.Tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaneri committed Nov 23, 2024
1 parent d18b1f6 commit 304457d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/Service.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Describe 'Service Lifecycle' {
}


it 'start' -Skip:(!$IsMacOS) {
it 'start' -Skip:( $IsMacOS) {
. "$($PSScriptRoot)\..\..\examples\HelloService\HelloService.ps1" -Start
Start-Sleep 8
$webRequest = Invoke-WebRequest -uri http://localhost:8080 -ErrorAction SilentlyContinue
Expand Down

0 comments on commit 304457d

Please sign in to comment.