diff --git a/members/revsqrt/tests/basic-revsqrt.rs b/members/revsqrt/tests/basic-revsqrt.rs index 23a511a..ae3522f 100644 --- a/members/revsqrt/tests/basic-revsqrt.rs +++ b/members/revsqrt/tests/basic-revsqrt.rs @@ -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) diff --git a/members/revsqrt/tests/features/book/revsqrt.feature b/members/revsqrt/tests/features/book/revsqrt.feature index ce1e108..4d9ce7e 100644 --- a/members/revsqrt/tests/features/book/revsqrt.feature +++ b/members/revsqrt/tests/features/book/revsqrt.feature @@ -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