Skip to content

Commit

Permalink
Reenable all
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfd committed Aug 7, 2023
1 parent 555f5ce commit cc44863
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/AudioFilesT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ TEST_CASE("[AudioFiles] Sanity check (native sample rate)")
compareOutputs(lFile, rFile, opts);
}

// TODO: investigate more, it's too random
#if 0
#if !defined(SFIZZ_USE_SNDFILE)
TEST_CASE("[AudioFiles] Wavpack file (native sample rate)")
{
Expand Down Expand Up @@ -145,4 +143,3 @@ TEST_CASE("[AudioFiles] Flac file (resampled)")
opts.sampleRate = 48000.0f;
compareOutputs(lFile, rFile, opts);
}
#endif

0 comments on commit cc44863

Please sign in to comment.