Skip to content

Commit adcd8d6

Browse files
author
John Luo
committed
Disable tests using browser log
1 parent fb3f404 commit adcd8d6

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
@@ -100,7 +100,7 @@ public void LoadingApp_KannadaLanguage_Works()
100100
Assert.Equal("ಹಲೋ", localizedDisplay.Text);
101101
}
102102

103-
[Fact]
103+
[Fact(Skip = "Browser logs cannot be retrieved: https://github.com/dotnet/aspnetcore/issues/25803")]
104104
public void LoadingApp_DynamicallySetLanguageThrows()
105105
{
106106
// Arrange

0 commit comments

Comments
 (0)