Skip to content

Commit

Permalink
Disable miles audiofilecache test
Browse files Browse the repository at this point in the history
  • Loading branch information
feliwir committed Dec 7, 2022
1 parent 4e0c18e commit 3f3d6f7
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions tests/test_audiofilecache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ TEST(audio, ffmpegaudiofilecache)
test_audiofilecache(cache);
}
#endif
#ifdef BUILD_WITH_MILES
TEST(audio, milesaudiofilecache)
{
g_theLocalFileSystem = new Win32LocalFileSystem;
MilesAudioFileCache cache;
test_audiofilecache(cache);
}
#endif
// This would only work when we have more than miles stubs
// #ifdef BUILD_WITH_MILES
// TEST(audio, milesaudiofilecache)
// {
// g_theLocalFileSystem = new Win32LocalFileSystem;
// MilesAudioFileCache cache;
// test_audiofilecache(cache);
// }
// #endif

0 comments on commit 3f3d6f7

Please sign in to comment.