Skip to content

Commit

Permalink
Temporarily disable upstream label test
Browse files Browse the repository at this point in the history
(cherry picked from commit 49e2b07)
  • Loading branch information
gerrod3 authored and mdellweg committed Sep 3, 2024
1 parent e7ebbce commit 5d5e6f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/scripts/pulpcore/test_upstream_pulp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ trap cleanup EXIT
expect_succ pulp upstream-pulp create --name "cli_test_upstream_pulp" --base-url "$PULP_BASE_URL" --api-root "/123/"
expect_succ pulp upstream-pulp show --upstream-pulp "cli_test_upstream_pulp"
expect_succ pulp upstream-pulp list
expect_succ pulp upstream-pulp update --id "cli_test_upstream_pulp" --pulp-label-select "doesnotexist"
# TODO: Add version check for this test
# expect_succ pulp upstream-pulp update --id "cli_test_upstream_pulp" --pulp-label-select "doesnotexist"

# Without credentials and a wrong API root, there is not much we can do...
# Also this is a real dangerous command, deleting all existing repositories.
Expand Down

0 comments on commit 5d5e6f2

Please sign in to comment.