From fc8829550feb52f40f741c46d6311ca8b0816193 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 4 Mar 2026 19:55:05 -0500 Subject: [PATCH] Skip dbus monitor for test_pool_add_different_data_after_cache See https://github.com/stratis-storage/project/issues/855 Signed-off-by: mulhern --- testlib/infra.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testlib/infra.py b/testlib/infra.py index bf388f1..b981218 100644 --- a/testlib/infra.py +++ b/testlib/infra.py @@ -671,6 +671,7 @@ def __init__(self, *, test_id=None): not test_id.endswith(test_name) for test_name in [ "test_pool_add_data_init_cache", + "test_pool_add_different_data_after_cache", "test_pool_start_by_name", "test_pool_start_stopped", "test_pool_start_without_cache",