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:
parent
03a09319b7
commit
4fef87c65e
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue