Skip to content

Fix file system tests on Windows

Floris Westerman requested to merge fw/fix-fs-tests into develop

The tests for EphemeralFile and EphemeralDirectory tried to set specific PosixPermissions on the created files/directories. However, this is not supported on Windows, leading to the tests failing.

The tests now run only when on a POSIX-compatible filesystem.

Merge request reports

Loading