Improve visibility of Skipped tests in kokoro CI #3568
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
samples
Issues that are directly related to samples.
stale: old
Pull request is old and needs attention.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
type: process
A process-related concern. May include testing, release, or the like.
On several occasions, tests that kokoro CI has skipped (due to, for example, requiring a newer version of Go than we currently support), results in CI builds that appear to succeed, when in fact, no tests were run.
This is confusing, and leads to merging PRs that will later become failing tests (when we upgrade our supported versions).
As an example this incorrect test will never pass, because it hard-codes a project ID. In the PR status checks, the test was not run.
The text was updated successfully, but these errors were encountered: