2020: day11: ignore some long running tests
This commit is contained in:
parent
5e5111d80f
commit
ce37c1ee6f
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue