Ignore some tests in random_distributions
This commit is contained in:
parent
9ec3525b15
commit
41cc032bed
|
|
@ -30,6 +30,7 @@ mod tests {
|
|||
use super::*;
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn print_values() {
|
||||
let target = UniformSquare {
|
||||
corner: Vec2::new(1.5, -2.5),
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ mod tests {
|
|||
use super::*;
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn print_values() {
|
||||
let target = UnitDisc::new();
|
||||
for _ in 0..1000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue