aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/bloom/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/bloom/Makefile b/contrib/bloom/Makefile
index da9553a2d07..839c14d9fbb 100644
--- a/contrib/bloom/Makefile
+++ b/contrib/bloom/Makefile
@@ -8,7 +8,10 @@ DATA = bloom--1.0.sql
PGFILEDESC = "bloom access method - signature file based index"
REGRESS = bloom
-TAP_TESTS = 1
+
+# Disable TAP tests for this module for now, as these are unstable on several
+# platforms, including recent Windows and macOS.
+# TAP_TESTS = 1
ifdef USE_PGXS
PG_CONFIG = pg_config