Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Skip Supervisor log file test on Windows (#35591)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Follow up to #35588. This skips the test on Windows. The logic should be similar on other operating systems, so it's not a significant loss to skip it. The issue arises because Zap does not close log files itself and provides no handles to close them, so we would need to find a clever way to close the file or would need to simply not clean it up after the test executes.
- Loading branch information