- 
                Notifications
    You must be signed in to change notification settings 
- Fork 97
Open
Description
In os-autoinst/openQA#5349 we're dealing with a situation where a set of tests calls a setup function that, for convenience, uses two get_ok calls, which are considered to be tests. After the setup, we may want to skip the actual tests from 27-plugin_obs_rsync_status_details.t - but we can't use skip_all to do this, because we've already run two "tests", and Test::More doesn't seem to like it if you try to skip_all after any "tests" have already run.
It would be convenient in this case if there was a skip_remaining, or just if skip_all could behave as skip_remaining when called after some tests have already run...
Metadata
Metadata
Assignees
Labels
No labels