2020: day11: ignore some long running tests

This commit is contained in:
Antoine Martin 2020-12-15 10:53:30 +01:00
parent 5e5111d80f
commit ce37c1ee6f

View file

@ -217,6 +217,7 @@ mod tests {
}
#[test]
#[ignore]
fn part1_real() {
assert_eq!(part1(INPUT).unwrap(), 2427);
}
@ -227,6 +228,7 @@ mod tests {
}
#[test]
#[ignore]
fn part2_real() {
assert_eq!(part2(INPUT).unwrap(), 2199);
}