Skip to content

Commit 5b29a9f

Browse files
committed
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
1 parent 1460fc5 commit 5b29a9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/modules/test_oat_hooks/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ PGFILEDESC = "test_oat_hooks - example use of object access hooks"
66

77
REGRESS = test_oat_hooks
88

9+
# disable installcheck for now
10+
NO_INSTALLCHECK = 1
11+
912
ifdef USE_PGXS
1013
PG_CONFIG = pg_config
1114
PGXS := $(shell $(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)