ignore test that should fail
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m7s Details

This commit is contained in:
Christoph J. Scherr 2024-01-26 12:57:49 +01:00
parent 5a0f83695c
commit 6b8dc5fab1
1 changed files with 1 additions and 0 deletions

View File

@ -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)