summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/suite_subprocess.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/suite_subprocess.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/suite_subprocess.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/suite/suite_subprocess.py b/src/third_party/wiredtiger/test/suite/suite_subprocess.py
index 6cd61ce1e9a..2aab7e4f186 100755
--- a/src/third_party/wiredtiger/test/suite/suite_subprocess.py
+++ b/src/third_party/wiredtiger/test/suite/suite_subprocess.py
@@ -228,6 +228,12 @@ class suite_subprocess:
outfilename=None, errfilename=None, closeconn=True,
reopensession=True, failure=False):
+ # FIXME-WT-9808:
+ # The tiered hook silently interjects tiered configuration and extensions,
+ # these are not yet dealt with when running the external 'wt' process.
+ if 'tiered' in self.hook_names:
+ self.skipTest("runWt is not yet supported with tiering")
+
# Close the connection to guarantee everything is flushed, and that
# we can open it from another process.
if closeconn: