In #6287 it was found that a double copy is happening on test results. This issue is to track an improvement suggestion from that PR
A better solution could be to prevent the double copy from happening to begin with. I believe this could be prevented if we cleared the winget logs during the OneTimeSetUp. So, each time we call the E2E tests with different options, we would only need to copy what that test run generated.
Originally posted by @florelis in #6287 (comment)
In #6287 it was found that a double copy is happening on test results. This issue is to track an improvement suggestion from that PR
Originally posted by @florelis in #6287 (comment)