summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_dupc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_dupc.py')
-rwxr-xr-x[-rw-r--r--]src/third_party/wiredtiger/test/suite/test_dupc.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_dupc.py b/src/third_party/wiredtiger/test/suite/test_dupc.py
index 890af88c63c..0c17d20aaba 100644..100755
--- a/src/third_party/wiredtiger/test/suite/test_dupc.py
+++ b/src/third_party/wiredtiger/test/suite/test_dupc.py
@@ -69,6 +69,11 @@ class test_duplicate_cursor(wttest.WiredTigerTestCase):
cursor.close()
def test_duplicate_cursor(self):
+ # FIXME-WT-9815:
+ # Using column store ComplexDataStore after SimpleDataStore doesn't work, see ticket.
+ if 'tiered' in self.hook_names:
+ self.skipTest("this test does not yet work with tiered storage")
+
uri = self.uri + self.name
# A simple, one-file file or table object.