Skip to content

Commit

Permalink
Disable translib test
Browse files Browse the repository at this point in the history
  • Loading branch information
ganglyu committed May 3, 2024
1 parent 8494e90 commit 0e4ac4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gnmi_server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2952,6 +2952,7 @@ func TestBundleVersion(t *testing.T) {
})
}

/*
func TestBulkSet(t *testing.T) {
s := createServer(t, 8088)
go runServer(t, s)
Expand Down Expand Up @@ -3040,7 +3041,7 @@ func TestBulkSet(t *testing.T) {
runTestSetRaw(t, ctx, gClient, req, codes.Unknown)
})
}
}*/

func newPbUpdate(path, value string) *pb.Update {
p, _ := ygot.StringToStructuredPath(path)
Expand Down

0 comments on commit 0e4ac4d

Please sign in to comment.