Skip to content

Allow the test to be ignored #2

Description

@LesnyRumcajs

It'd be great to support ignoring tests, due to, e.g., flakiness.

Sample usage:

    #[ignore = "flaky"] 
    #[quickcheck_async::tokio]
    async fn no_young_data_cleanups(depth: u8, current_epoch: u8, unreachable_nodes: u8) {

This compiled fine but the test was still executed, which is an unexpected behaviour.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions