From 5b29a9f772974e5863238b3f88b2f38c62b2a48f Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Tue, 22 Mar 2022 20:18:30 -0400 Subject: [PATCH] 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 --- src/test/modules/test_oat_hooks/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/modules/test_oat_hooks/Makefile b/src/test/modules/test_oat_hooks/Makefile index ba068acc535..8456723808c 100644 --- a/src/test/modules/test_oat_hooks/Makefile +++ b/src/test/modules/test_oat_hooks/Makefile @@ -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) -- 2.39.5