diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2022-03-22 20:18:30 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2022-03-22 20:18:30 -0400 |
commit | 5b29a9f772974e5863238b3f88b2f38c62b2a48f (patch) | |
tree | db23854f0818c178e3820aecf10340a52b9baebf | |
parent | 1460fc5942591fdb6bee0bc8342019ede31ff3b6 (diff) | |
download | postgresql-5b29a9f772974e5863238b3f88b2f38c62b2a48f.tar.gz postgresql-5b29a9f772974e5863238b3f88b2f38c62b2a48f.zip |
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
-rw-r--r-- | src/test/modules/test_oat_hooks/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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) |