Problem
When running unit tests on WSL or docker (see #729 for more details), some unit tests (currently around 90) are failing - mostly due to different file convetions on host and target OSes.
Proposed solution
Try to investigate and fix those issues. If there is legitimate reason for failures for the crossplatform scenario - try to exclude them (e.g. detect virtualized run and skip tests programatically: xunit/xunit#2073)
Problem
When running unit tests on WSL or docker (see #729 for more details), some unit tests (currently around 90) are failing - mostly due to different file convetions on host and target OSes.
Proposed solution
Try to investigate and fix those issues. If there is legitimate reason for failures for the crossplatform scenario - try to exclude them (e.g. detect virtualized run and skip tests programatically: xunit/xunit#2073)