Skip to content

Commit 434c858

Browse files
authored
Remove comment link to closed PowerShell Alpine ARM issue (#6370)
1 parent e91b8ba commit 434c858

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/Microsoft.DotNet.Docker.Tests/ProductImageData.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ public record ProductImageData : ImageData
2020

2121
public bool GlobalizationInvariantMode => !SupportsGlobalization;
2222

23-
// PowerShell does not support Arm-based Alpine, skip testing
24-
// https://github.com/PowerShell/PowerShell/issues/14667
25-
// https://github.com/PowerShell/PowerShell/issues/12937
23+
// PowerShell does not support Arm-based Alpine
2624
public bool SupportsPowerShell => !(OS.Contains("alpine") && IsArm);
2725

2826
public string SdkOS

0 commit comments

Comments
 (0)