We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69673c commit fb3cf3aCopy full SHA for fb3cf3a
src/Components/test/E2ETest/Tests/WebAssemblyICUShardingTest.cs
@@ -83,7 +83,7 @@ public void LoadingApp_RussianLanguage_Works()
83
Assert.Equal("Hello", localizedDisplay.Text); // No localized resources for this culture.
84
}
85
86
- [Fact]
+ [Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/49191")]
87
public void LoadingApp_KannadaLanguage_Works()
88
{
89
// Arrange
0 commit comments