Re-enable tests because the corresponding dotnet issues were fixed#17839
Re-enable tests because the corresponding dotnet issues were fixed#17839
Conversation
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
|
Enabling the one in WebCmdlets.Tests.ps1 causes test failure in CIs: @vexx32 Can you still recall the context of having this test? |
|
Something about the frequency of times it takes to parse the response with the preset regex looking for IMG tags I think. I'm not entirely sure exactly what it was supposed to test or what it was meaning. Maybe @TravisEz13 has a better understanding of it? |
|
@vexx32 Thanks! I will check with @TravisEz13 on this test offline. |
|
@daxian-dbw |
|
@PaulHigin which test is failing? The change to "Image Parsing" test in |
|
The webcmdlets test where the pathological number should be in a certain range. I restarted tests a number of times to get it pass after failing once. |
|
I did see failures related to "pathological number" a few times before. But the change to |
|
🎉 Handy links: |
PR Summary
Re-enable tests because the corresponding dotnet issues were fixed.