diff options
Diffstat (limited to 'contrib/test_decoding/meson.build')
-rw-r--r-- | contrib/test_decoding/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/test_decoding/meson.build b/contrib/test_decoding/meson.build index 6876792fd8..65dfd3f7d8 100644 --- a/contrib/test_decoding/meson.build +++ b/contrib/test_decoding/meson.build @@ -43,6 +43,9 @@ tests += { 'regress_args': [ '--temp-config', files('logical.conf'), ], + # Disabled because these tests require "wal_level=logical", which + # typical runningcheck users do not have (e.g. buildfarm clients). + 'runningcheck': false, }, 'isolation': { 'specs': [ @@ -61,6 +64,8 @@ tests += { 'regress_args': [ '--temp-config', files('logical.conf'), ], + # see above + 'runningcheck': false, }, 'tap': { 'tests': [ |