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:
Sven Klemm 2021-10-18 21:15:59 +02:00 committed by Sven Klemm
parent 7f43a15ae8
commit 01bf6518d4

View File

@ -99,7 +99,7 @@ def macos_config(overrides):
"tsdb_build_args": "-DASSERTIONS=ON -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl",
"llvm_config": "/usr/local/opt/llvm/bin/llvm-config",
"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": "",
})
base_config.update(overrides)