summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_util01.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_util01.py')
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_util01.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_util01.py b/src/third_party/wiredtiger/test/suite/test_util01.py
index ba0e71caba0..30a53453647 100755
--- a/src/third_party/wiredtiger/test/suite/test_util01.py
+++ b/src/third_party/wiredtiger/test/suite/test_util01.py
@@ -28,7 +28,7 @@
import string, os, sys, random
from suite_subprocess import suite_subprocess
-import wiredtiger, wttest, unittest
+import wiredtiger, wttest
_python3 = (sys.version_info >= (3, 0, 0))
@@ -232,7 +232,6 @@ class test_util01(wttest.WiredTigerTestCase, suite_subprocess):
def test_dump_api_hex(self):
self.dump(True, True, None, None)
- @unittest.skip("Temporarily Disabled")
def test_dump_process_timestamp_old(self):
self.dump(False, False, 5, 5)