1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 01:50:53 +09:00

Disable SatelliteLoadCorrectly_FromName on Browser (#43104)

This commit is contained in:
Ryan Lucia 2020-10-07 14:48:26 -04:00 committed by GitHub
parent 03a09319b7
commit 4fef87c65e
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,6 +189,7 @@ namespace System.Runtime.Loader.Tests
[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");