Skip to content

Commit

Permalink
Skip missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn authored Jul 3, 2023
1 parent 419e726 commit 47475e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void LoadingApp_RussianLanguage_Works()
Assert.Equal("Hello", localizedDisplay.Text); // No localized resources for this culture.
}

[Fact]
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/49191")]
public void LoadingApp_KannadaLanguage_Works()
{
// Arrange
Expand Down

0 comments on commit 47475e2

Please sign in to comment.