GitLab Runner Windows Tests
## Overview
We are now running our tests on [GitLab Runner](https://gitlab.com/gitlab-org/gitlab-runner) for windows, which we haven't done in a very long time/ever. We have a lot of tests failing, mainly because either we do not support the feature on windows or we didn't know it was failing. Right now the jobs are allowed to fail.
## Goal
The main goal of this epic is to track all the failing tests. At the end of this epic, we want to remove the allow failure from the windows job, meaning if one test fails we can not continue to work until we fix it (same as we do on Linux).
## Process
For each failing test, create an issue triage it and schedule it.
## Merge requests
- https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1789
epic