Skip to content

Commit 5c8a9d6

Browse files
add xfail for TestDhcpv6RelayWithMultipleVlan due to GH issue 20760 (#20762)
Add xfail for the TestDhcpv6RelayWithMultipleVlan due to the #20760
1 parent 38732c5 commit 5c8a9d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,10 @@ dhcp_relay/test_dhcpv6_relay.py::TestDhcpv6RelayWithMultipleVlan:
801801
reason: "skip the multiple vlan test on aa dualtor as interface state is not aa after vlan split"
802802
conditions:
803803
- "'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"
804808

805809
dhcp_relay/test_dhcpv6_relay.py::test_dhcp_relay_after_link_flap:
806810
skip:

0 commit comments

Comments
 (0)