diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 0d4fc2dcc4e..9239e76fe39 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -352,6 +352,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']" + ####################################### ##### dash ##### #######################################