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",