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 fb3f404 commit adcd8d6Copy full SHA for adcd8d6
src/Components/test/E2ETest/Tests/WebAssemblyICUShardingTest.cs
@@ -100,7 +100,7 @@ public void LoadingApp_KannadaLanguage_Works()
100
Assert.Equal("ಹಲೋ", localizedDisplay.Text);
101
}
102
103
- [Fact]
+ [Fact(Skip = "Browser logs cannot be retrieved: https://github.com/dotnet/aspnetcore/issues/25803")]
104
public void LoadingApp_DynamicallySetLanguageThrows()
105
{
106
// Arrange
0 commit comments