diff --git a/testlib/infra.py b/testlib/infra.py index a9539e5..4ed0963 100644 --- a/testlib/infra.py +++ b/testlib/infra.py @@ -331,7 +331,7 @@ def run_check(self, stop_time): self._check_thin_meta_allocations(written) - self._check_encryption_information_consistency(object_path, written) + # self._check_encryption_information_consistency(object_path, written) self._check_crypt_meta_allocs(written) self._check_raid_meta_allocs(written)