Browse Source

[Blazor] Re-enable tests broken by bad dependency update (#49200) (#49258)

* Re-enables tests that were broken by a bad depencency update.
Javier Calvarro Nelson 2 years ago
parent
commit
62af2d714f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/Components/test/E2ETest/Tests/WebAssemblyICUShardingTest.cs

+ 3 - 3
src/Components/test/E2ETest/Tests/WebAssemblyICUShardingTest.cs

@@ -41,7 +41,7 @@ public class WebAssemblyICUShardingTest : ServerTestBase<ToggleExecutionModeServ
         Assert.Equal("Bonjour!", localizedDisplay.Text);
     }
 
-    [Theory(Skip = "https://github.com/dotnet/aspnetcore/issues/49191")]
+    [Theory]
     [InlineData("ko", "ko", "2020. 9. 2. 오전 12:00:00", "안녕하세요")] // ko exists in the CJK data set.
     [InlineData("ko-KR", "ko-KR", "2020. 9. 2. 오전 12:00:00", "안녕하세요")]// ko-KR exists in the CJK data set.
     [InlineData("ko-KO", "ko-KO", "2020. 9. 2. 00:00:00", "안녕하세요")] // ko-KO is custom culture and doesn't exist in the CJK data set.
@@ -65,7 +65,7 @@ public class WebAssemblyICUShardingTest : ServerTestBase<ToggleExecutionModeServ
         Assert.Equal(expectedText, localizedDisplay.Text);
     }
 
-    [Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/49191")]
+    [Fact]
     public void LoadingApp_RussianLanguage_Works()
     {
         // Arrange
@@ -83,7 +83,7 @@ public class WebAssemblyICUShardingTest : ServerTestBase<ToggleExecutionModeServ
         Assert.Equal("Hello", localizedDisplay.Text); // No localized resources for this culture.
     }
 
-    [Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/49191")]
+    [Fact]
     public void LoadingApp_KannadaLanguage_Works()
     {
         // Arrange