summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_prepare_hs01.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_prepare_hs01.py')
-rwxr-xr-x[-rw-r--r--]src/third_party/wiredtiger/test/suite/test_prepare_hs01.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_prepare_hs01.py b/src/third_party/wiredtiger/test/suite/test_prepare_hs01.py
index 430032cc344..f7178b84c3a 100644..100755
--- a/src/third_party/wiredtiger/test/suite/test_prepare_hs01.py
+++ b/src/third_party/wiredtiger/test/suite/test_prepare_hs01.py
@@ -122,6 +122,7 @@ class test_prepare_hs01(wttest.WiredTigerTestCase):
# aborted
self.check(uri, ds, nrows, nsessions, nkeys, 3, bigvalue1, bigvalue2)
+ @wttest.prevent(["timestamp"]) # prevent the use of hooks that manage timestamps
def test_prepare_hs(self):
# Create a small table.
uri = "table:test_prepare_hs01"