Skip to content

Commit

Permalink
add failing test to ensure merge queues are working as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Aug 21, 2023
1 parent 4bff7e1 commit b44bd09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions geo/src/algorithm/area.rs
Original file line number Diff line number Diff line change
Expand Up @@ -532,4 +532,9 @@ mod test {
max_relative = 0.0001
);
}

#[test]
fn failing_test() {
panic!("This intentionally panics to test that CI won't allow it to be merged");
}
}

0 comments on commit b44bd09

Please sign in to comment.