Skip to content

Commit

Permalink
Disable voronoi_1_works test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed Oct 10, 2023
1 parent e7861c3 commit 0c4a475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/trigen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,7 @@ mod tests {
}

#[test]
#[cfg(target_os = "linux")]
fn voronoi_1_works() -> Result<(), StrError> {
let mut trigen = Trigen::new(3, None, None, None)?;
trigen
Expand Down

0 comments on commit 0c4a475

Please sign in to comment.