Skip to content

Commit 5855401

Browse files
Copilotagocke
andcommitted
Temporarily skip MatchesCodesignOutput test due to macOS 26 behavior change
Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
1 parent 80ad629 commit 5855401

File tree

1 file changed

+1
-1
lines changed
  • src/installer/tests/Microsoft.NET.HostModel.Tests/MachObjectSigning

1 file changed

+1
-1
lines changed

src/installer/tests/Microsoft.NET.HostModel.Tests/MachObjectSigning/SigningTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void CanUnsignAndResign(string filePath, TestArtifact _)
7777
Assert.True(IsSigned(managedSignedPath + ".resigned"), $"Failed to resign {filePath}");
7878
}
7979

80-
[Theory]
80+
[Theory(Skip = "Temporarily disabled due to macOS 26 codesign behavior change - only hashing __TEXT segment")]
8181
[MemberData(nameof(GetTestFilePaths), nameof(MatchesCodesignOutput))]
8282
[PlatformSpecific(TestPlatforms.OSX)]
8383
void MatchesCodesignOutput(string filePath, TestArtifact _)

0 commit comments

Comments
 (0)