mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
The test EmptyDirTaskTests#testCreateEmptyDirNoPermissions may fail on Windows. However, the test is only meaningful for Unix permissions structures, so we should assume a Unix-family OS and skip the test on Windows. Fixes #44064