You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test is really test all cultures, which is the finality if this test. If it's to test only CultureTypes.NeutralCultures then the existent unit test doesn't make sense and thus you can add the [Fact (Skip="Take to long time to run")].
CultureInfo.GetCultures (CultureTypes.AllCultures)
returns almost 1000 culstures.Can we use
CultureTypes.NeutralCultures
instead? This cuts the test time down to 3 seconds (250 cultures).Or, is there something else that can be done to reduce the time this takes?
The text was updated successfully, but these errors were encountered: