From 9c73194e7ba8b52213e3aac64bebcb81d1e7b5b9 Mon Sep 17 00:00:00 2001 From: "Anton A. Melnikov" Date: Fri, 6 Dec 2024 03:02:39 +0300 Subject: [PATCH] PGPRO-10866: Temporary disable rum sql tests. Tags: rum --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f24246528f..2a219ee2a6 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,8 @@ REGRESS = security rum rum_validate rum_hash ruminv timestamp orderby orderby_ha macaddr inet cidr text varchar char bytea bit varbit \ numeric rum_weight expr +undefine REGRESS + TAP_TESTS = 1 ifdef USE_PGXS