-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
Brief summary
I am trying to run a k6 test via a remote server that I ssh into. It gives me the following error.
WARN[0000] Request Failed error="Get \"https://quickpizza.grafana.com\": dial tcp 18.224.231.143:443: connect: network is unreachable"
How do I solve this issue? Some background context, I am able to make python requests to this url.
k6 version
v1.6.0
OS
Linux
Docker version and image (if applicable)
No response
Steps to reproduce the problem
k6 run browser-script.js
Expected behaviour
Test runs as per documentation
Actual behaviour
Error obtained
Reactions are currently unavailable