Disable SatelliteLoadCorrectly_FromName on Browser (#43104)
authorRyan Lucia <rylucia@microsoft.com>
Wed, 7 Oct 2020 18:48:26 +0000 (14:48 -0400)
committerGitHub <noreply@github.com>
Wed, 7 Oct 2020 18:48:26 +0000 (11:48 -0700)
src/libraries/System.Runtime.Loader/tests/SatelliteAssemblies.cs

index 4f5e626..b97b36e 100644 (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");