Skip to content

Commit

Permalink
Update skip condition for test_tunnel_memory_leak (sonic-net#11664)
Browse files Browse the repository at this point in the history
Skip it by github issue sonic-net#11403 on dualtor-64 topology

Change-Id: I767b31b8c62533fae216e9e8d67ddf8cd4bfca51
  • Loading branch information
echuawu authored Feb 12, 2024
1 parent 77e2a67 commit c959a64
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,12 @@ dualtor/test_tor_ecn.py::test_ecn_during_encap_on_standby:
- https://github.com/sonic-net/sonic-mgmt/issues/8577
- "'dualtor-aa' in topo_name and asic_type in ['mellanox']"

dualtor/test_tunnel_memory_leak.py::test_tunnel_memory_leak:
skip:
reason: "Testcase ignored on dualtor-64 topology due to Github issue: https://github.com/sonic-net/sonic-mgmt/issues/11403"
conditions:
- "https://github.com/sonic-net/sonic-mgmt/issues/11403 and 'dualtor-64' in topo_name"

dualtor_io/test_link_failure.py::test_active_link_admin_down_config_reload_downstream[active-active]:
xfail:
reason: "Testcase ignored on mellanox setups due to github issue: https://github.com/sonic-net/sonic-buildimage/issues/16085"
Expand Down

0 comments on commit c959a64

Please sign in to comment.