未验证 提交 4fef87c6 编写于 作者: R Ryan Lucia 提交者: GitHub

Disable SatelliteLoadCorrectly_FromName on Browser (#43104)

上级 03a09319
......@@ -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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册