diff --git a/images/macos/tests/Common.Tests.ps1 b/images/macos/tests/Common.Tests.ps1 index 54f1d71da..c7c812aa6 100644 --- a/images/macos/tests/Common.Tests.ps1 +++ b/images/macos/tests/Common.Tests.ps1 @@ -66,7 +66,7 @@ Describe "Miniconda" -Skip:($os.IsVentura -or $os.IsSonoma) { } } -Describe "Stack" -Skip:($os.IsVenturaArm64 -or $os.IsSonomaArm64) { +Describe "Stack" -Skip:($os.IsVentura -or $os.IsSonoma) { It "Stack" { "stack --version" | Should -ReturnZeroExitCode }