hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.25k stars 4.43k forks source link

Handle skipped required tests #13206

Closed chrisroberts closed 1 year ago

chrisroberts commented 1 year ago

Required tests that are skipped based on path matching need to have an inverse match with the same name that always succeeds to allow the tests to be marked as passing.

This approach is described in this article.