diff --git a/.github/workflows/macos_ssl.yml b/.github/workflows/macos_ssl.yml index f3e8c4e5..08a69272 100644 --- a/.github/workflows/macos_ssl.yml +++ b/.github/workflows/macos_ssl.yml @@ -11,6 +11,7 @@ jobs: build-and-test: uses: ClickHouse/clickhouse-cpp/.github/workflows/macos.yml@master with: - extra_cmake_flags: -DWITH_OPENSSL=ON + extra_cmake_flags: -DWITH_OPENSSL=ON -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ extra_install: openssl -# gtest_filter: "-*LocalhostTLS*" + # There is no CH server running locally, so disable tests that try to connect to it. + gtest_filter: "-*Client*:*Local*:*ColumnPerformanceTest*"