Skip to content

Commit 60c5c58

Browse files
committed
test: fix flaky test-grpc-packages
Fixes: #378 PR-URL: #368 Reviewed-By: Juan José Arboleda <[email protected]>
1 parent 9595fa4 commit 60c5c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,7 @@ test-agents-prereqs:
16791679
sed -i.bak 's/c++17/c++20/g' test/common/nsolid-zmq-agent/node_modules/zeromq/binding.gyp && rm -f test/common/nsolid-zmq-agent/node_modules/zeromq/binding.gyp.bak
16801680
env npm_config_nodedir=$(PWD) $(NODE) ./deps/npm run build:libzmq --prefix test/common/nsolid-zmq-agent/node_modules/zeromq
16811681
env npm_config_nodedir=$(PWD) $(NODE) ./deps/npm install @opentelemetry/otlp-proto-exporter-base @grpc/grpc-js @grpc/proto-loader --prefix test/common/nsolid-otlp-agent --no-save --no-package-lock
1682-
env npm_config_nodedir=$(PWD) $(NODE) ./deps/npm install @grpc/grpc-js @grpc/proto-loader@0.7 --prefix test/common/nsolid-grpc-agent --no-save --no-package-lock
1682+
env npm_config_nodedir=$(PWD) $(NODE) ./deps/npm install @grpc/grpc-js @grpc/proto-loader --prefix test/common/nsolid-grpc-agent --no-save --no-package-lock
16831683

16841684
.PHONY: test-agents-prereqs-clean
16851685
test-agents-prereqs-clean:

0 commit comments

Comments
 (0)