Temporarily disable installcheck for test_oat_hooks module
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 23 Mar 2022 00:18:30 +0000 (20:18 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 23 Mar 2022 00:18:30 +0000 (20:18 -0400)
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

src/test/modules/test_oat_hooks/Makefile

index ba068acc5352fcf5d3cc16b8b0bfd7281e301ab7..8456723808c260e78778172e11a61c68747239db 100644 (file)
@@ -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)