Skip to content

Do not run cargotest on quickcheck/proptest tests #73514

Closed
@Manishearth

Description

@Manishearth

As part of our CI we run "cargotest" on a variety of ecosystem crates, making sure they successfully build and run tests.

Unfortunately, some of use stochastic tests like quickcheck, which means that a crate passing our CI one day may not necessarily mean it passes CI the next. Perhaps we should audit the tests being run and filter out ones like these?

See #73511 (comment) and BurntSushi/xsv#227

cc @rust-lang/release

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-testsuiteArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions