move icon indicating copy to clipboard operation
move copied to clipboard

[Feature Request] Allow ignored test to be run when `--ignored` is passed to cargo test.

Open ksolana opened this issue 2 years ago • 0 comments

🚀 Feature Request

The datatest harness currently does not support running ignored tests.

Motivation

I'd like to add failing test that developers should be able to run when a flag is passed. cargo test requires this but datatest_stable version used in move doesn't implement the option to run ignored tests: https://github.com/nextest-rs/datatest-stable/blob/aaaeaf33ced32a476a158d5326e227b716cb3219/src/runner.rs#L43

ksolana avatar Feb 22 '23 06:02 ksolana