summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_cursor17.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_cursor17.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_cursor17.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_cursor17.py b/src/third_party/wiredtiger/test/suite/test_cursor17.py
index 84cfc4d7c27..dbdddab1f6b 100755
--- a/src/third_party/wiredtiger/test/suite/test_cursor17.py
+++ b/src/third_party/wiredtiger/test/suite/test_cursor17.py
@@ -60,7 +60,7 @@ class test_cursor17(wttest.WiredTigerTestCase):
self.ds = self.dataset(self, self.type + self.tablename, rownum, key_format=self.keyformat)
self.ds.populate()
- @wttest.skip_for_hook("tiered", "fails assertion 99") # FIXME-WT-9809
+ @wttest.skip_for_hook("timestamp", "fails assertion 99") # FIXME-WT-9809
def test_globally_deleted_key(self):
self.populate(100)