Fully disable the embedded sample test
This commit is contained in:
parent
0461f6e5e2
commit
a661569244
1 changed files with 2 additions and 2 deletions
|
|
@ -779,9 +779,9 @@ TEST_CASE("[Files] Unused samples are cleared on reloading")
|
||||||
REQUIRE(synth.getNumPreloadedSamples() == 0);
|
REQUIRE(synth.getNumPreloadedSamples() == 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: this breaks on Github win32/win64 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...
|
||||||
#ifndef _WIN32
|
#ifdef 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