-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Enable NJulianRuleTest #72707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable NJulianRuleTest #72707
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @dotnet/area-system-runtime Issue DetailsFigure out if the test NJulianRuleTest still failing and try investigate more if still failing.
|
@elinor-fung a while ago you have filed the issue #64134 regarding a test failure on arm. @stephentoub thankfully disabled this test during that time. In this PR I have enabled the test to see if it still failing. I am getting a green CI run so the test didn't fail. I am thinking of just merging this PR and watching if the test fails again. What do you think? |
/azp list |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
The test didn't fail even with the runtime-extra-platforms added leg. I am going to merge this and wait to see if we get this failure again. |
Fixes #64134
Figure out if the test NJulianRuleTest still failing and try investigate more if still failing.