diff options
Diffstat (limited to 'test/suite/test_cursor08.py')
-rw-r--r-- | test/suite/test_cursor08.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite/test_cursor08.py b/test/suite/test_cursor08.py index f7bd37a2a3c..1a379518224 100644 --- a/test/suite/test_cursor08.py +++ b/test/suite/test_cursor08.py @@ -47,7 +47,6 @@ class test_cursor08(wttest.WiredTigerTestCase, suite_subprocess): ('reopen', dict(reopen=True)) ]) compress = check_scenarios([ - ('bzip2', dict(compress='bzip2')), ('nop', dict(compress='nop')), ('snappy', dict(compress='snappy')), ('zlib', dict(compress='zlib')), |