Merge pull request #41355 from ClickHouse/enable_constant_column_search

Un-exclude constant_column_search from ARM perf tests
This commit is contained in:
Robert Schulze 2022-09-16 11:10:19 +02:00 committed by GitHub
commit a84e3c6405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -342,7 +342,7 @@ CI_CONFIG = {
},
"Performance Comparison Aarch64": {
"required_build": "package_aarch64",
"test_grep_exclude_filter": "constant_column_search",
"test_grep_exclude_filter": "",
},
},
} # type: dict