Skip to content

Commit 47475e2

Browse files
authored
Skip missing test
1 parent 419e726 commit 47475e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/test/E2ETest/Tests/WebAssemblyICUShardingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public void LoadingApp_RussianLanguage_Works()
8383
Assert.Equal("Hello", localizedDisplay.Text); // No localized resources for this culture.
8484
}
8585

86-
[Fact]
86+
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/49191")]
8787
public void LoadingApp_KannadaLanguage_Works()
8888
{
8989
// Arrange

0 commit comments

Comments
 (0)