Skip to content

Commit

Permalink
tests: Fix online remote admin tests
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Aug 9, 2023
1 parent afece13 commit 48afa9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/suites/remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,8 @@ test_remote_admin() {

# Check that we can add domains with valid certs without confirmation:
if [ -z "${INCUS_OFFLINE:-}" ]; then
inc_remote remote add images1 images.linuxcontainers.org
inc_remote remote add images2 images.linuxcontainers.org:443
inc_remote remote add images1 https://images.linuxcontainers.org --protocol=simplestreams
inc_remote remote remove images1
inc_remote remote remove images2
fi
}

Expand Down

0 comments on commit 48afa9b

Please sign in to comment.