summaryrefslogtreecommitdiff
path: root/test/suite/test_txn07.py
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-02-18 14:00:00 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2016-02-18 14:00:00 +1100
commit5cdd3e320cb19cd54111c2572a3d6e33d3009ad4 (patch)
treeaa11f6aa045af0ab4b06b1e4ac59782806a969e3 /test/suite/test_txn07.py
parent5e3a56f0abb433a23e0b8cb8f9a0c86c2d6ad80f (diff)
parent563b7823f74dcd219740945aa7067de0927ee9df (diff)
downloadmongo-5cdd3e320cb19cd54111c2572a3d6e33d3009ad4.tar.gz
Merge branch 'mongodb-3.2.3' into mongodb-3.2mongodb-3.2.4
Diffstat (limited to 'test/suite/test_txn07.py')
-rw-r--r--test/suite/test_txn07.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite/test_txn07.py b/test/suite/test_txn07.py
index 94c26990178..f74120e3590 100644
--- a/test/suite/test_txn07.py
+++ b/test/suite/test_txn07.py
@@ -64,7 +64,6 @@ class test_txn07(wttest.WiredTigerTestCase, suite_subprocess):
]
txn1s = [('t1c', dict(txn1='commit')), ('t1r', dict(txn1='rollback'))]
compress = [
- ('bzip2', dict(compress='bzip2')),
('nop', dict(compress='nop')),
('snappy', dict(compress='snappy')),
('zlib', dict(compress='zlib')),