Skip to content

Commit d2d1d17

Browse files
committed
Ignore recently added test
1 parent a6d751b commit d2d1d17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/bowling/tests/bowling.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ fn the_two_balls_after_a_final_strike_can_not_be_a_non_strike_followed_by_a_stri
332332
}
333333

334334
#[test]
335+
#[ignore]
335336
fn if_the_last_frame_is_a_strike_you_can_not_score_before_the_extra_rolls_are_taken() {
336337
let mut game = BowlingGame::new();
337338

0 commit comments

Comments
 (0)