diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 63ae1f3b93b..d03883cd631 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -1002,6 +1002,18 @@ show_techsupport/test_techsupport.py::test_techsupport: ####################################### ##### snmp ##### ####################################### +snmp/test_snmp_link_local.py: + skip: + reason: "SNMP over IPv6 support not present in 202211 branch." + conditions: + - "branch in ['202211']" + +snmp/test_snmp_loopback.py: + skip: + reason: "SNMP over Loopback IPv6 support not present in 202211 branch." + conditions: + - "branch in ['202211']" + snmp/test_snmp_pfc_counters.py: skip: reason: "M0/MX topo does not support test_snmp_pfc_counters"