summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_hs18.py
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-08-09 15:03:41 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-09 05:34:24 +0000
commit55c6be83b023eb011931166c3e09d5823f628296 (patch)
treedba3eb06bd0e8b8103fa7327d203fc798ecd8545 /src/third_party/wiredtiger/test/suite/test_hs18.py
parent8974dbdec0286ac47086b794c49214a9f26677bc (diff)
downloadmongo-55c6be83b023eb011931166c3e09d5823f628296.tar.gz
Import wiredtiger: 8bd2a0d5966adfed0f2c9ca3b527abf551ef7c88 from branch mongodb-master
ref: 3e1694ee43..8bd2a0d596 for: 5.1.0 WT-6755 Documentation: populate developer glossary WT-7198 Fix test_backup15 failure with backup mismatch WT-7935 Add arm64 implementation of rdtsc equivalent instruction WT-7937 Fix s_docs to use sh, not bash syntax WT-7938 Fix rollback-to-stable memory leak on error
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_hs18.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_hs18.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_hs18.py b/src/third_party/wiredtiger/test/suite/test_hs18.py
index f7462e5bb5e..bcef53e4d17 100644
--- a/src/third_party/wiredtiger/test/suite/test_hs18.py
+++ b/src/third_party/wiredtiger/test/suite/test_hs18.py
@@ -438,6 +438,8 @@ class test_hs18(wttest.WiredTigerTestCase):
session_ts_reader = self.setUpSessionOpen(self.conn)
cursor_ts_reader = session_ts_reader.open_cursor(uri)
+ self.skipTest('Skip this part of test_hs18 until WT-7931 is resolved')
+
# The ID of the session corresponds the value it should see.
sessions = []
cursors = []