Correct test disabling
This commit is contained in:
parent
a661569244
commit
92434b8bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -781,7 +781,7 @@ TEST_CASE("[Files] Unused samples are cleared on reloading")
|
||||||
|
|
||||||
// FIXME: this breaks on Github win32/win64/linux CI "sometimes" but I can't reproduce it reliably
|
// FIXME: this breaks on Github win32/win64/linux CI "sometimes" but I can't reproduce it reliably
|
||||||
// Not sure the second test fails too but in doubt...
|
// Not sure the second test fails too but in doubt...
|
||||||
#ifdef 0
|
#if 0
|
||||||
TEST_CASE("[Files] Embedded sample data")
|
TEST_CASE("[Files] Embedded sample data")
|
||||||
{
|
{
|
||||||
sfz::Synth synth1;
|
sfz::Synth synth1;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue