From 92434b8bb220d4b4dd4a84de6f9a659b248a626d Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Mon, 17 Jan 2022 12:35:43 +0100 Subject: [PATCH] Correct test disabling --- tests/FilesT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FilesT.cpp b/tests/FilesT.cpp index b8a373a2..d2152182 100644 --- a/tests/FilesT.cpp +++ b/tests/FilesT.cpp @@ -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 // Not sure the second test fails too but in doubt... -#ifdef 0 +#if 0 TEST_CASE("[Files] Embedded sample data") { sfz::Synth synth1;