Skip to content

Commit 5376dfb

Browse files
committed
PGPRO-9797: Temporary disable test pathman_upd_del.sql
To be fixed in PGPRO-10100. Tags: joinsel
1 parent 07f0a98 commit 5376dfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ REGRESS = pathman_array_qual \
6464
pathman_utility_stmt \
6565
pathman_views \
6666
pathman_CVE-2020-14350
67+
68+
REGRESS := $(filter-out pathman_upd_del, $(REGRESS))
6769
endif
6870

6971
ISOLATION = insert_nodes for_update rollback_on_create_partitions

0 commit comments

Comments
 (0)