Skip to content

Feature request: skip_remaining #919

@AdamWill

Description

@AdamWill

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions