ignore test_fail
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 1m21s Details

This commit is contained in:
Christoph J. Scherr 2024-02-01 10:54:57 +01:00
parent 3456c2d0da
commit 7c5df54dff
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
2 changed files with 6 additions and 2 deletions

View File

@ -65,6 +65,7 @@ fn test_calc_specific_reqular_rsqrt() {
}
#[test]
#[ignore] // this test confuses the CI
fn test_fail() {
println!("the stdout will be printed on fail!");
assert!(false)

View File

@ -123,9 +123,12 @@ Feature: inverted square root calculation
| 0 |
| 20000001.1 |
Then they are not about the same
Scenario: Test if we can use the asterisk
Given a number
* a number
* a number
* a number
* a number
When we calculate the inverted square root of it normally
Then they are not about the same
Then the result can be calculated