Skip to content

Commit

Permalink
Disable SatelliteLoadCorrectly_FromName on Browser (dotnet#43104)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeFlux authored Oct 7, 2020
1 parent 03a0931 commit 4fef87c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ public static IEnumerable<object[]> SatelliteLoadsCorrectly_TestData()

[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotInvariantGlobalization))]
[MemberData(nameof(SatelliteLoadsCorrectly_TestData))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/43103", TestPlatforms.Browser)]
public void SatelliteLoadsCorrectly_FromName(string alc, string assemblyName, string culture)
{
AssemblyName satelliteAssemblyName = new AssemblyName(assemblyName + ".resources");
Expand Down

0 comments on commit 4fef87c

Please sign in to comment.