mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: don't restart portal at the beginning of the test (#10274)
Restarting the portal at the beginning of the test is useless. We haven't made any connections yet so restarting it will just get us back to the same state that we are already in.
This commit is contained in:
@@ -2,12 +2,10 @@
|
||||
|
||||
source "./scripts/tests/lib.sh"
|
||||
|
||||
client_curl_resource "172.20.0.100/get"
|
||||
client_curl_resource "[172:20:0::100]/get"
|
||||
|
||||
docker compose restart api # Restart portal
|
||||
|
||||
client_curl_resource "172.20.0.100/get"
|
||||
client_curl_resource "[172:20:0::100]/get"
|
||||
|
||||
docker compose restart api # Restart again
|
||||
|
||||
client_curl_resource "172.20.0.100/get"
|
||||
client_curl_resource "[172:20:0::100]/get"
|
||||
|
||||
Reference in New Issue
Block a user