diff --git a/tests/libs/util/catch_wrapper.hpp b/tests/libs/util/catch_wrapper.hpp index 0807e0b0fd..6f5b1bb05d 100644 --- a/tests/libs/util/catch_wrapper.hpp +++ b/tests/libs/util/catch_wrapper.hpp @@ -8,5 +8,7 @@ #pragma warning(disable : 26495) // Always initialize a member variable #pragma warning(disable : 26812) // Prefer 'enum class' over 'enum' #pragma warning(disable : 26816) // The pointer points to memory allocated on the stack + +#define CATCH_CONFIG_COLOUR_NONE 1 // Disable color until https://github.com/catchorg/Catch2/issues/2345 is fixed. #include "catch2\catch.hpp" #pragma warning(pop)