Skip to content

Commit 2bda34f

Browse files
committed
🚧 disable grpc-health-probe
- failed to download on ci for macosx - only for manual / occasional run
1 parent f1bd3d4 commit 2bda34f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ASDF_RUST_PROFILE = "minimal"
1010
rust = '1.73.0'
1111
just = '1'
1212
grpcurl = '*'
13-
grpc-health-probe = "*"
13+
# grpc-health-probe = "*"
1414
sccache = "0.5"
1515
cargo-binstall = "latest"
1616

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ run_example_grpc_server:
9797

9898
run_example_grpc_client:
9999
# grpcurl -plaintext -d '{"service": "healthcheck"}' 127.0.0.1:50051 grpc.health.v1.Health/Check
100-
grpc-health-probe -addr 127.0.0.1:50051
100+
# grpc-health-probe -addr 127.0.0.1:50051
101101
grpcurl -plaintext 127.0.0.1:50051 list
102102
cd examples/grpc; OTEL_SERVICE_NAME=grpc-client cargo run --bin client
103103

0 commit comments

Comments
 (0)