Skip tests on Windows
Fixes #1411
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.7%. Comparing base (
a1025df) to head (44a8ba2).
Additional details and impacted files
@@ Coverage Diff @@
## main #1412 +/- ##
=====================================
Coverage 89.7% 89.7%
=====================================
Files 407 407
Lines 32294 32294
Branches 1990 1990
=====================================
+ Hits 28990 28991 +1
Misses 2879 2879
+ Partials 425 424 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
The DockerService_CanPingDockerAsync test requires docker to be installed and running on the agent to pass, but are still necessary in cases where there is a windows machine running a docker daemon, if we can instead have this particular test conditionally skip or return an inconclusive when there is no docker instance running that would be better,
The other skips are okay