mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-21 21:21:22 +08:00
Fix failing isolation test on PG11.0
Early version of PG11 produces slightly different output for isolation tests. Thus the affected tests are ignored. continuous_aggs_concurrent_refresh is one of them and this commit adds it to the ignored test list.
This commit is contained in:
parent
555e6458f8
commit
01fc0de040
@ -111,7 +111,7 @@ if event_type != "pull_request":
|
||||
"llvm_config": "/usr/bin/llvm-config-8",
|
||||
"clang": "clang-8",
|
||||
"extra_packages": "llvm-8 llvm-8-dev llvm-8-tools",
|
||||
"installcheck_args": "IGNORES='continuous_aggs_insert continuous_aggs_multi'"
|
||||
"installcheck_args": "IGNORES='continuous_aggs_insert continuous_aggs_multi continuous_aggs_concurrent_refresh'"
|
||||
}
|
||||
m["include"].append(build_debug_config(pg11_debug_earliest))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user