Ignore some tests in random_distributions

This commit is contained in:
Matthew Gordon 2021-10-04 07:40:32 -04:00
parent 9ec3525b15
commit 41cc032bed
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ mod tests {
use super::*;
#[test]
#[ignore]
fn print_values() {
let target = UniformSquare {
corner: Vec2::new(1.5, -2.5),

View File

@ -39,6 +39,7 @@ mod tests {
use super::*;
#[test]
#[ignore]
fn print_values() {
let target = UnitDisc::new();
for _ in 0..1000 {