component-detection icon indicating copy to clipboard operation
component-detection copied to clipboard

Skip tests on Windows

Open RodneyRichardson opened this issue 8 months ago • 2 comments

Fixes #1411

RodneyRichardson avatar May 23 '25 13:05 RodneyRichardson

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.

codecov[bot] avatar Jun 02 '25 19:06 codecov[bot]

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

FernandoRojo avatar Jun 02 '25 19:06 FernandoRojo