josecelano / cargo-pretty-test

A Rust command that prettifies the ugly `cargo test` output into a beautiful one.
https://users.rust-lang.org/t/cargo-test-output-with-indentation/100149
135 stars 1 forks source link

Add the `ignore` test case #4

Closed josecelano closed 11 months ago

josecelano commented 11 months ago

This line:

test servers::api::v1::contract::configuration::should_fail_with_ssl_enabled_and_bad_ssl_config ... ignored

produces the following output:

│   │           │   └─ ❌ should_fail_with_ssl_enabled_and_bad_ssl_config

but the test is not failing. We have to find a new emoji for the ignored tests.