diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index bd9b5c1c955..275456a0703 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -1357,6 +1357,12 @@ hash/test_generic_hash.py::test_nexthop_flap[CRC-INNER_IP_PROTOCOL: conditions: - "asic_type in ['broadcom', 'mellanox']" +hash/test_generic_hash.py::test_nexthop_flap[CRC-IP_PROTOCOL-ipv4-None-None]: + skip: + reason: "With IP Protocol alone, Cisco-8000 don't have enough entropy to distribute the packets evenly" + conditions: + - "asic_type in ['cisco-8000']" + hash/test_generic_hash.py::test_nexthop_flap[CRC_CCITT-INNER_IP_PROTOCOL: skip: reason: "On Mellanox platforms, due to HW limitation, it would not support CRC algorithm on INNER_IP_PROTOCOL field. For broadcom, ECMP/LAG hash not supported in broadcom SAI. " @@ -1370,6 +1376,12 @@ hash/test_generic_hash.py::test_nexthop_flap[CRC_CCITT-IN_PORT: conditions: - "asic_type in ['broadcom', 'mellanox']" +hash/test_generic_hash.py::test_nexthop_flap[CRC_CCITT-IP_PROTOCOL-ipv4-None-None]: + skip: + reason: "With IP Protocol alone, Cisco-8000 don't have enough entropy to distribute the packets evenly" + conditions: + - "asic_type in ['cisco-8000']" + hash/test_generic_hash.py::test_reboot: skip: reason: 'On Mellanox SPC1 platforms, due to HW limitation, it would not support CRC_CCITT algorithm. For broadcom, ECMP/LAG hash not supported in broadcom SAI'