dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.19k stars 9.93k forks source link

Quarantine WebAssemblyICUShardingTests #49127

Closed Tratcher closed 1 year ago

Tratcher commented 1 year ago

RE: https://github.com/dotnet/aspnetcore/pull/49075 https://github.com/dotnet/aspnetcore/pull/49113 https://github.com/dotnet/aspnetcore/pull/49109 https://github.com/dotnet/runtime/issues/88250

Failing Test(s)

Microsoft.AspNetCore.Components.E2ETest.Tests.WebAssemblyICUShardingTest:

Error Message

Assert.Equal() Failure
↓ (pos 4)
Expected: 2020. 9. 2. 00:00:00
Actual:   2020-09-02 00:00:00
↑ (pos 4)

Stacktrace

```text at Microsoft.AspNetCore.Components.E2ETest.Tests.WebAssemblyICUShardingTest.LoadingApp_KoreanLanguage_Works(String code, String expectedCurrentCulture, String expectedDate, String expectedText) in /home/vsts/work/1/s/src/Components/test/E2ETest/Tests/WebAssemblyICUShardingTest.cs:line 61 at InvokeStub_WebAssemblyICUShardingTest.LoadingApp_KoreanLanguage_Works(Object, Object, IntPtr*) at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) ```

Logs

```text ```

Build

https://dev.azure.com/dnceng-public/public/_build/results?buildId=326218&view=ms.vss-test-web.build-test-results-tab&runId=6715002&resultId=100750&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab

Tratcher commented 1 year ago

Nevermind, the runtime fix was quick.