Skip to content

Commit

Permalink
disable p21 again
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 3, 2024
1 parent 9c4257a commit 9f25109
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,16 @@ pub fn get_js_answer(n: usize) -> JsValue {
}

#[cfg(test)]
seq!(N in 01..=25 {
seq!(N in 01..=20 {
#[rstest]
#(
#[case::problem_~N(N)]
)*
//#[case::problem_21(21)]
#[case::problem_22(22)]
#[case::problem_23(23)]
#[case::problem_24(24)]
#[case::problem_25(25)]
#[case::problem_27(27)]
#[case::problem_34(34)]
#[case::problem_35(35)]
Expand Down

0 comments on commit 9f25109

Please sign in to comment.