mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-13 22:40:48 +00:00
The recommended approach for not running unsuitable tests is to skip them at runtime with an explanation. Filtering out unsuitable test patters and thus not even defining unsuitable tests was done earlier because it was faster than skipping tests at runtime. But now these tests can be skipped efficiently, so this special case can be removed.