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:
Thomas Eizinger
2025-09-01 23:43:50 +10:00
committed by GitHub
parent a9e1b0fbfb
commit b762c3acde

View File

@@ -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"