We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38732c5 commit 5c8a9d6Copy full SHA for 5c8a9d6
tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
@@ -801,6 +801,10 @@ dhcp_relay/test_dhcpv6_relay.py::TestDhcpv6RelayWithMultipleVlan:
801
reason: "skip the multiple vlan test on aa dualtor as interface state is not aa after vlan split"
802
conditions:
803
- "'dualtor-aa' in topo_name"
804
+ xfail:
805
+ reason: "The test is expected to fail due to GH issue: https://github.com/sonic-net/sonic-mgmt/issues/20760"
806
+ conditions:
807
+ - "https://github.com/sonic-net/sonic-mgmt/issues/20760"
808
809
dhcp_relay/test_dhcpv6_relay.py::test_dhcp_relay_after_link_flap:
810
skip:
0 commit comments