vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.47k stars 2.09k forks source link

Don't show skipped tests in summary action #16859

Open GuptaManan100 opened 1 day ago

GuptaManan100 commented 1 day ago

Description

This PR changes the summary action output to not show skipped tests. In the unit tests workflow, we skip quite a few tests, and they pollute the summary actions output, where it's hard to see what actually failed. We most only use the summary action to see failures and not skipped tests, so this PR removes them.

Related Issue(s)

Checklist

Deployment Notes

vitess-bot[bot] commented 1 day ago

Review Checklist

Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.

General

Tests

Documentation

New flags

If a workflow is added or modified:

Backward compatibility