Skip to content

Commit

Permalink
MacOS less flaky tests
Browse files Browse the repository at this point in the history
Disabled tests that rely on some privileges that might be unavailable on a remote server:
- Client/ClientCase.Query_ID
- Client/ClientCase.TracingContext
  • Loading branch information
Enmk authored Sep 14, 2023
1 parent a133b50 commit 918a7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 918a7a0

Please sign in to comment.