Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b0b1f41

Browse files
committed
Disable temporarily TAP tests for contrib/bloom/
The recent commit 03faa4a 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
1 parent 03faa4a commit b0b1f41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

contrib/bloom/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ DATA = bloom--1.0.sql
88
PGFILEDESC = "bloom access method - signature file based index"
99

1010
REGRESS = bloom
11-
TAP_TESTS = 1
11+
12+
# Disable TAP tests for this module for now, as these are unstable on several
13+
# platforms, including recent Windows and macOS.
14+
# TAP_TESTS = 1
1215

1316
ifdef USE_PGXS
1417
PG_CONFIG = pg_config

0 commit comments

Comments
 (0)