Disable temporarily TAP tests for contrib/bloom/
authorMichael Paquier <michael@paquier.xyz>
Mon, 26 Nov 2018 00:42:21 +0000 (09:42 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 26 Nov 2018 00:42:21 +0000 (09:42 +0900)
The recent commit 03faa4a8 has enabled those tests, however several
buildfarm members are complaining about their stability on Windows and
macOS.  This will keep the buildfarm green, while investigating the
root problem.

Discussion: https://postgr.es/m/20181126003351.GE1776@paquier.xyz

contrib/bloom/Makefile

index da9553a2d07c890b041b61916c33789cc2c3042d..839c14d9fbb80bf2ffe08906714b03e95dcdcf4e 100644 (file)
@@ -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