diff --git a/tests/fft.rs b/tests/fft.rs index 540988b..899d69e 100644 --- a/tests/fft.rs +++ b/tests/fft.rs @@ -97,6 +97,7 @@ fn square_wave_fft( } #[test] +#[ignore] fn test_realfft() { // make a planner let mut real_planner = RealFftPlanner::::new(); @@ -171,6 +172,7 @@ fn psgs(conf: AudioConf) -> (PsgDevice, PsgRender) { } #[test] +#[ignore] fn test_psg() { const SAMPLE_RATE: u32 = 44100; const DURATION_SECS: u32 = 10; @@ -255,6 +257,7 @@ fn test_psg() { } #[test] +#[ignore] fn test_psg_duration() { /* goal is to verify that the generated square signal is within the wanted