diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 483fe27d58..a03d20d55b 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -1092,6 +1092,10 @@ hash/test_generic_hash.py::test_ecmp_hash: reason: 'ECMP hash not supported in broadcom SAI' conditions: - "asic_type in ['broadcom']" + xfail: + reason: 'Cisco-8000 ECMP HASH with LAG HASH limitation' + conditions: + - "asic_type in ['cisco-8000']" hash/test_generic_hash.py::test_ecmp_hash[CRC-INNER_IP_PROTOCOL: skip: @@ -1111,6 +1115,10 @@ hash/test_generic_hash.py::test_lag_hash: reason: 'LAG hash not supported in broadcom SAI' conditions: - "asic_type in ['broadcom']" + xfail: + reason: 'Cisco-8000 ECMP HASH with LAG HASH limitation' + conditions: + - "asic_type in ['cisco-8000']" hash/test_generic_hash.py::test_lag_hash[CRC-INNER_IP_PROTOCOL: skip: