Skip to content

[Bug] Infrequent polling test not properly skipped during time skipping #184

@cretz

Description

@cretz

Describe the bug

#152 added test_infrequent_polling_workflow, but put

    if not env.supports_time_skipping:
        pytest.skip("Too slow to test with time-skipping disabled")

when likely meant

    if env.supports_time_skipping:
        pytest.skip("Too slow to test with time-skipping disabled")

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions