Skip to content

Commit

Permalink
Skip test_gnoi_killprocess.py as known issue (#16240)
Browse files Browse the repository at this point in the history
An issue has been identified with test_gnoi_killprocess.py on the KVM testbed, and we have raised issue #16238 to track it. In this PR, we temporarily skip this script in PR testing by using the conditional mark.
  • Loading branch information
yutongzhang-microsoft authored Dec 27, 2024
1 parent 6954bf5 commit 02ca63d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,12 @@ gnmi/test_gnmi_configdb.py:
- "'t2' in topo_name"
- "is_multi_asic==True"

gnmi/test_gnoi_killprocess.py:
skip:
reason: "There is some issues running on kvm testbeds."
conditions:
- "asic_type in ['vs'] and https://github.com/sonic-net/sonic-mgmt/issues/16238"

#######################################
##### hash #####
#######################################
Expand Down

0 comments on commit 02ca63d

Please sign in to comment.