From 918a7a00adf4f76e9db6f70ad51463c38fb0899e Mon Sep 17 00:00:00 2001 From: Vasily Nemkov Date: Thu, 14 Sep 2023 17:50:03 +0200 Subject: [PATCH] MacOS less flaky tests Disabled tests that rely on some privileges that might be unavailable on a remote server: - Client/ClientCase.Query_ID - Client/ClientCase.TracingContext --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1a267aa8..215b2214 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -67,5 +67,5 @@ jobs: # It is impossible to start CH server in docker on macOS due to github actions limitations, # so we use remote server to execute tests, some do not allow some features for anonymoust/free users: # - system.query_log used by 'Client/ClientCase.Query_ID' - GTEST_FILTER: "-Client/ClientCase.Query_ID*" + GTEST_FILTER: "-Client/ClientCase.Query_ID*:Client/ClientCase.TracingContext/*" run: ./clickhouse-cpp-ut ${GTEST_FILTER}