Skip to content

Commit 8bf13a7

Browse files
Ignore fixture-custom-ca-roots service in integration test (#2321)
ignore fixture-custom-ca-roots
1 parent 013297e commit 8bf13a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_integration-test/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ echo "${_endgroup}"
150150
# Table formatting based on https://stackoverflow.com/a/39144364
151151
COMPOSE_PS_OUTPUT=$(docker compose ps --format json | jq -r \
152152
'.[] |
153-
# we only care about running services. geoipupdate always exits, so we ignore it
154-
select(.State != "running" and .Service != "geoipupdate") |
153+
# we only care about running services. geoipupdate and fixture-custom-ca-roots always exits, so we ignore it
154+
select(.State != "running" and .Service != "geoipupdate" and .Service != "fixture-custom-ca-roots") |
155155
# Filter to only show the service name and state
156156
with_entries(select(.key | in({"Service":1, "State":1})))
157157
')

0 commit comments

Comments
 (0)