From 304457d066f45c825d26b6982f8e7e360a4b168c Mon Sep 17 00:00:00 2001 From: MDaneri Date: Sat, 23 Nov 2024 15:50:24 -0800 Subject: [PATCH] modified: tests/integration/Service.Tests.ps1 --- tests/integration/Service.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/Service.Tests.ps1 b/tests/integration/Service.Tests.ps1 index 6f6ccd44e..6c119b970 100644 --- a/tests/integration/Service.Tests.ps1 +++ b/tests/integration/Service.Tests.ps1 @@ -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