From 1d60b8cfdff92dfd75e435cb1c23c731ba0b6e9f Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 15 Jul 2024 20:24:12 -0400 Subject: [PATCH] TEMPORARY Signed-off-by: mulhern --- testlib/infra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)