diff options
Diffstat (limited to 'src/test/modules/injection_points/Makefile')
-rw-r--r-- | src/test/modules/injection_points/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/modules/injection_points/Makefile b/src/test/modules/injection_points/Makefile index 31bd787994b..2ffd2f77ed1 100644 --- a/src/test/modules/injection_points/Makefile +++ b/src/test/modules/injection_points/Makefile @@ -9,6 +9,8 @@ PGFILEDESC = "injection_points - facility for injection points" REGRESS = injection_points REGRESS_OPTS = --dlpath=$(top_builddir)/src/test/regress +ISOLATION = inplace + # The injection points are cluster-wide, so disable installcheck NO_INSTALLCHECK = 1 |