Skip to content

Commit c57f9ae

Browse files
authored
disable failing test (#104382)
1 parent 69f7006 commit c57f9ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Runtime/tests/System.Reflection.Tests/AssemblyNameTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ public void CultureName_Set(AssemblyName assemblyName, string originalCultureNam
222222
}
223223

224224
[Fact]
225+
[ActiveIssue("https://github.com/dotnet/runtime/issues/95338", typeof(PlatformDetection), nameof(PlatformDetection.IsHybridGlobalizationOnApplePlatform))]
225226
public void CultureName_Set_Invalid_ThrowsCultureNotFoundException()
226227
{
227228
var assemblyName = new AssemblyName("Test");

0 commit comments

Comments
 (0)