Skip to content

Commit

Permalink
disable failing test (dotnet#104382)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhamoyan committed Jul 4, 2024
1 parent 69f7006 commit c57f9ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public void CultureName_Set(AssemblyName assemblyName, string originalCultureNam
}

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

0 comments on commit c57f9ae

Please sign in to comment.