mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 19:13:16 +08:00
Ignore pg_dump test result in macos PR tests
Since pg_dump fails very often on macos we ignore the result of this test for PRs on macos.
This commit is contained in:
parent
7f43a15ae8
commit
01bf6518d4
@ -99,7 +99,7 @@ def macos_config(overrides):
|
|||||||
"tsdb_build_args": "-DASSERTIONS=ON -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl",
|
"tsdb_build_args": "-DASSERTIONS=ON -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl",
|
||||||
"llvm_config": "/usr/local/opt/llvm/bin/llvm-config",
|
"llvm_config": "/usr/local/opt/llvm/bin/llvm-config",
|
||||||
"coverage": False,
|
"coverage": False,
|
||||||
"installcheck_args": "IGNORES='bgw_db_scheduler bgw_launcher remote_connection'",
|
"installcheck_args": "IGNORES='bgw_db_scheduler bgw_launcher pg_dump remote_connection'",
|
||||||
"extra_packages": "",
|
"extra_packages": "",
|
||||||
})
|
})
|
||||||
base_config.update(overrides)
|
base_config.update(overrides)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user