Skip to content

Commit 3f3d6f7

Browse files
committed
Disable miles audiofilecache test
1 parent 4e0c18e commit 3f3d6f7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

tests/test_audiofilecache.cpp

+9-8
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,12 @@ TEST(audio, ffmpegaudiofilecache)
6464
test_audiofilecache(cache);
6565
}
6666
#endif
67-
#ifdef BUILD_WITH_MILES
68-
TEST(audio, milesaudiofilecache)
69-
{
70-
g_theLocalFileSystem = new Win32LocalFileSystem;
71-
MilesAudioFileCache cache;
72-
test_audiofilecache(cache);
73-
}
74-
#endif
67+
// This would only work when we have more than miles stubs
68+
// #ifdef BUILD_WITH_MILES
69+
// TEST(audio, milesaudiofilecache)
70+
// {
71+
// g_theLocalFileSystem = new Win32LocalFileSystem;
72+
// MilesAudioFileCache cache;
73+
// test_audiofilecache(cache);
74+
// }
75+
// #endif

0 commit comments

Comments
 (0)