Skip to content

Commit 134b74b

Browse files
Remove gnmi cases temporarily in PR test. (#12499)
Due to the image change #16957, it will cause failure of gnmi cases. And it will block all the test stage of buildimage. So remove the cases under the folder gnmi temporarily to unblock the pipeline. After fixing the issue caused by #16957, we will add the test cases back.
1 parent 882f2fa commit 134b74b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.azure-pipelines/pr_test_scripts.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ t0:
5656
- generic_config_updater/test_portchannel_interface.py
5757
- generic_config_updater/test_syslog.py
5858
- generic_config_updater/test_vlan_interface.py
59-
- gnmi/test_gnmi.py
60-
- gnmi/test_gnmi_appldb.py
61-
- gnmi/test_gnmi_configdb.py
59+
# Temporarily remove these cases because of PR https://github.com/sonic-net/sonic-buildimage/pull/16957
60+
# - gnmi/test_gnmi.py
61+
# - gnmi/test_gnmi_appldb.py
62+
# - gnmi/test_gnmi_configdb.py
6263
- http/test_http_copy.py
6364
- iface_loopback_action/test_iface_loopback_action.py
6465
- iface_namingmode/test_iface_namingmode.py

0 commit comments

Comments
 (0)