diff options
-rw-r--r-- | contrib/bloom/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/bloom/Makefile b/contrib/bloom/Makefile index 6d7a612fe4b..8a781e43889 100644 --- a/contrib/bloom/Makefile +++ b/contrib/bloom/Makefile @@ -16,9 +16,7 @@ PGFILEDESC = "bloom access method - signature file based index" REGRESS = bloom -# Disable TAP tests for this module for now, as these are unstable on several -# buildfarm environments. -# TAP_TESTS = 1 +TAP_TESTS = 1 ifdef USE_PGXS PG_CONFIG = pg_config |