avoid another warning
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 26 Jul 2016 08:47:02 +0000 (10:47 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 12 Nov 2020 14:04:34 +0000 (15:04 +0100)
testing/test_deltatar.py

index 0c6fa9b..de813b8 100644 (file)
@@ -319,7 +319,7 @@ class DeltaTarTest(BaseTest):
         Creates a full backup without any filtering with multiple volumes and
         restore it.
         '''
-        if ':gz' in self.MODE:
+        if ':gz' in self.MODE or ':bz2' in self.MODE:
             raise SkipTest('compression information is lost when creating '
                            'multiple volumes with no Stream')