Allow WSL tests to run, but they don't block the CI
Description
This MR adds the WSL tests back in as running automatically, but allow_fail is set so that they don't block CI if they're cancelled/fail.
Unfortunately, gitlab does not seem to support setting time-outs on a per-job level, so if the CI hangs it may take up to the configured timeout time (3h I think) before it gives up.