ignore test_fail
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 1m21s
Details
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 1m21s
Details
This commit is contained in:
parent
3456c2d0da
commit
7c5df54dff
|
@ -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)
|
||||
|
|
|
@ -127,5 +127,8 @@ Feature: inverted square root calculation
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue