Skip to content

Commit e0d24ca

Browse files
committed
Tests: Disabled the separate process testing as this shouldn't really be needed on CI
1 parent 437b613 commit e0d24ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/mac_tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function testPlugin()
6060
# "$PLUGINVAL_EXE" --validate-in-process --strictness-level 5 --validate "$PLUGIN_AU"
6161

6262
# Test out of process
63-
"$PLUGINVAL_EXE" --strictness-level 5 --validate "$PLUGIN_VST3"
63+
# "$PLUGINVAL_EXE" --strictness-level 5 --validate "$PLUGIN_VST3"
6464
# "$PLUGINVAL_EXE" --strictness-level 5 --validate "$PLUGIN_AU"
6565

6666
rm -rf "$TEMP_DIR/$PLUGIN_NAME"

tests/windows_tests.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ exit /B %ERRORLEVEL%
6868
if %ERRORLEVEL% NEQ 0 exit 1
6969

7070
:: Test out of process
71-
call "%PLUGINVAL_EXE%" --strictness-level 5 --validate %PLUGIN_VST3%
72-
if %ERRORLEVEL% NEQ 0 exit 1
71+
:: call "%PLUGINVAL_EXE%" --strictness-level 5 --validate %PLUGIN_VST3%
72+
:: if %ERRORLEVEL% NEQ 0 exit 1
7373

7474
exit /B 0

0 commit comments

Comments
 (0)