aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/snapshot_too_old/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/modules/snapshot_too_old/meson.build')
-rw-r--r--src/test/modules/snapshot_too_old/meson.build19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/test/modules/snapshot_too_old/meson.build b/src/test/modules/snapshot_too_old/meson.build
deleted file mode 100644
index 6a2f4a0b72e..00000000000
--- a/src/test/modules/snapshot_too_old/meson.build
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright (c) 2022-2023, PostgreSQL Global Development Group
-
-tests += {
- 'name': 'snapshot_too_old',
- 'sd': meson.current_source_dir(),
- 'bd': meson.current_build_dir(),
- 'isolation': {
- 'test_kwargs': {'priority': 40}, # sto tests are slow, start early
- 'specs': [
- 'sto_using_cursor',
- 'sto_using_select',
- 'sto_using_hash_index',
- ],
- 'regress_args': ['--temp-config', files('sto.conf')],
- # Disabled because these tests require "old_snapshot_threshold" >= 0, which
- # typical runningcheck users do not have (e.g. buildfarm clients).
- 'runningcheck': false,
- },
-}