Skip to content

Commit a4c9f92

Browse files
author
Antonin Houska
committed
Comment out the isolation tests.
Currently there is no easy way make GHA install the "injection_points" extension. (PGDG packages do not contain it.) Nevertheless, the tests are useful for local development.
1 parent 269ae02 commit a4c9f92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pg_rewrite--1.2--1.3.sql
99
DOCS = pg_rewrite.md
1010

1111
REGRESS = pg_rewrite
12-
ISOLATION = pg_rewrite_concurrent
12+
#ISOLATION = pg_rewrite_concurrent
1313

1414
PGXS := $(shell $(PG_CONFIG) --pgxs)
1515
include $(PGXS)

0 commit comments

Comments
 (0)