diff --git a/tests/Microsoft.DotNet.Docker.Tests/ProductImageData.cs b/tests/Microsoft.DotNet.Docker.Tests/ProductImageData.cs index 08dbb5cbe3..026a735503 100644 --- a/tests/Microsoft.DotNet.Docker.Tests/ProductImageData.cs +++ b/tests/Microsoft.DotNet.Docker.Tests/ProductImageData.cs @@ -20,9 +20,7 @@ public record ProductImageData : ImageData public bool GlobalizationInvariantMode => !SupportsGlobalization; - // PowerShell does not support Arm-based Alpine, skip testing - // https://github.com/PowerShell/PowerShell/issues/14667 - // https://github.com/PowerShell/PowerShell/issues/12937 + // PowerShell does not support Arm-based Alpine public bool SupportsPowerShell => !(OS.Contains("alpine") && IsArm); public string SdkOS