diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 57a355f0f65..1fe1e08bf19 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -294,6 +294,12 @@ crm/test_crm.py::test_crm_fdb_entry: conditions: - "'t0' not in topo_name and topo_type not in ['m0', 'mx']" +crm/test_crm_available.py: + xfail: + reason: "There is a known issue with broadcom dualtor" + conditions: + - "https://github.com/sonic-net/sonic-mgmt/issues/18873 and 'dualtor' in topo_name and asic_type in ['broadcom']" + ####################################### ##### decap ##### #######################################