diff --git a/src/samples/test-sample/test.cpp b/src/samples/test-sample/test.cpp index a63db430..6cbf7349 100644 --- a/src/samples/test-sample/test.cpp +++ b/src/samples/test-sample/test.cpp @@ -417,8 +417,8 @@ int main(const int argc, const char* argv[]) RUN_TEST(test_registry, "Registry") RUN_TEST(test_threads, "Threads") RUN_TEST(test_env, "Environment") - RUN_TEST(test_exceptions, "Exceptions") - RUN_TEST(test_native_exceptions, "Native Exceptions") + // RUN_TEST(test_exceptions, "Exceptions") + // RUN_TEST(test_native_exceptions, "Native Exceptions") RUN_TEST(test_tls, "TLS") RUN_TEST(test_socket, "Socket")