Skip to content

Commit

Permalink
Ignore ZMQ test case because python version changes in ptf image (#17271
Browse files Browse the repository at this point in the history
)

Why I did it
ZMQ test case failed because python version changes in ptf image

How I did it
Ignore ZMQ test case because python version changes in ptf image

How to verify it
Pass all test case.
  • Loading branch information
liuh-80 authored Mar 3, 2025
1 parent 5c4241d commit 7349353
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2665,3 +2665,14 @@ wan/lacp/test_wan_lag_min_link.py::test_lag_min_link:
conditions:
- "len(minigraph_portchannels) < 2"
- "not any(len(v['members']) > 1 for _, v in minigraph_portchannels.items())"


#######################################
##### zmq #####
#######################################
zmq/test_gnmi_zmq.py:
skip:
reason: "ZMQ test case failed because python version change in ptf image"
conditions_logical_operator: or
conditions:
- "https://github.com/sonic-net/sonic-mgmt/issues/17270"

0 comments on commit 7349353

Please sign in to comment.