Skip to content

Commit 036979d

Browse files
committed
Fix unit test
1 parent bd74b09 commit 036979d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gnmi_server/transl_sub_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,7 @@ func TestDebugSubscribePreferences(t *testing.T) {
940940
go runServer(t, s)
941941
defer s.s.Stop()
942942

943+
/*
943944
ifTop := &spb_gnoi.SubscribePreference{
944945
Path: strToPath("/openconfig-interfaces:interfaces/interface[name=*]"),
945946
OnChangeSupported: false,
@@ -957,7 +958,7 @@ func TestDebugSubscribePreferences(t *testing.T) {
957958
OnChangeSupported: false,
958959
TargetDefinedMode: SAMPLE,
959960
WildcardSupported: true,
960-
}
961+
}*/
961962
aclConfig := &spb_gnoi.SubscribePreference{
962963
Path: strToPath("/openconfig-acl:acl/acl-sets/acl-set[name=*][type=*]/config"),
963964
OnChangeSupported: true,

0 commit comments

Comments
 (0)