summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_join03.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_join03.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_join03.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_join03.py b/src/third_party/wiredtiger/test/suite/test_join03.py
index 9d96306c39a..0eff3f26dba 100644
--- a/src/third_party/wiredtiger/test/suite/test_join03.py
+++ b/src/third_party/wiredtiger/test/suite/test_join03.py
@@ -118,7 +118,7 @@ class test_join03(wttest.WiredTigerTestCase):
c1a.close()
c1b.close()
c0.close()
- self.dropUntilSuccess(self.session, 'table:join03')
+ self.session.drop('table:join03')
# Test joins using CSV fields that are interpreted as different types
# to make sure all the extractor plumbing used in joins is working.