diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 6db25d6ca1c..a7f90f7fdb5 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -1162,6 +1162,12 @@ hash/test_generic_hash.py::test_nexthop_flap[CRC-INNER_IP_PROTOCOL: conditions: - "asic_type in ['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" @@ -1175,6 +1181,12 @@ hash/test_generic_hash.py::test_nexthop_flap[CRC_CCITT-IN_PORT: conditions: - "asic_type in ['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'