mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
Temporarily disable installcheck for test_oat_hooks module
Buildfarm members are encountering errors when the test is run under various locales/encodings. As the buildfarm only does this for installchecks, disable them for now. Discussion: https://postgr.es/m/6067945b-960a-ab04-d40f-06b006a1dcd0@dunslane.net
This commit is contained in:
parent
1460fc5942
commit
5b29a9f772
@ -6,6 +6,9 @@ PGFILEDESC = "test_oat_hooks - example use of object access hooks"
|
||||
|
||||
REGRESS = test_oat_hooks
|
||||
|
||||
# disable installcheck for now
|
||||
NO_INSTALLCHECK = 1
|
||||
|
||||
ifdef USE_PGXS
|
||||
PG_CONFIG = pg_config
|
||||
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user