ignore test that should fail
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m7s
Details
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m7s
Details
This commit is contained in:
parent
5a0f83695c
commit
6b8dc5fab1
|
@ -65,6 +65,7 @@ fn test_calc_specific_reqular_rsqrt() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn test_fail() {
|
fn test_fail() {
|
||||||
println!("the stdout will be printed on fail!");
|
println!("the stdout will be printed on fail!");
|
||||||
assert!(false)
|
assert!(false)
|
||||||
|
|
Loading…
Reference in New Issue