diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index e4ab0cd45dc..aac68817079 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -1522,6 +1522,12 @@ ipfwd/test_dir_bcast.py: reason: "Unsupported topology." conditions: - "topo_type not in ['t0', 'm0', 'mx'] or 'dualtor' in topo_name or 't0-backend' in topo_name" + xfail: + reason: "Xfail due to known issue with the secondary subnet." + conditions: + - "topo_type in ['t0']" + - "asic_type in ['broadcom']" + - https://github.com/sonic-net/sonic-mgmt/issues/18786 ipfwd/test_mtu.py: skip: