From 3ef001b162eacaa42958dbd128582656d260f9c3 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Mon, 14 Apr 2025 11:40:04 -0700 Subject: [PATCH] Remove comment link to closed PowerShell Alpine ARM issue --- tests/Microsoft.DotNet.Docker.Tests/ProductImageData.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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