mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-15 14:26:57 +00:00
Including a skip method as the first line of a test does not prevent the test to fail in the BeforeEach function. If the test is skipped because of a tag in the name, then we can prevent such odd behavior.