diff --git a/tests/arrange/CMakeLists.txt b/tests/arrange/CMakeLists.txt index c09607a70d..7efbbbd325 100644 --- a/tests/arrange/CMakeLists.txt +++ b/tests/arrange/CMakeLists.txt @@ -12,6 +12,6 @@ if (WIN32) prusaslicer_copy_dlls(${_TEST_NAME}_tests) endif() -set(_catch_args "exclude:[NotWorking][Slow]") +set(_catch_args "exclude:[NotWorking] exclude:[Slow]") list(APPEND _catch_args "${CATCH_EXTRA_ARGS}") add_test(${_TEST_NAME}_tests ${_TEST_NAME}_tests ${_catch_args})