diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 033996e4..4d42e19c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -29,7 +29,7 @@ if (BROKER_PYTHON_BINDINGS) make_python_test(communication) make_python_test(data) make_python_test(forwarding) - # make_python_test(ssl-tests): re-enable after implementing SSL support + make_python_test(ssl-tests) make_python_test(store) make_python_test(topic) make_python_test(zeek-module)