Skip to content

Commit

Permalink
Remove forced skip of test_publish_and_expect_uncertified_hidden (ans…
Browse files Browse the repository at this point in the history
…ible#1791)

* remove forced skip of test_publish_and_expect_uncertified_hidden

Issue: AAH-2442

Signed-off-by: EamonTracey <[email protected]>
  • Loading branch information
EamonTracey authored Jul 11, 2023
1 parent d88978a commit aefc6af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES/2442.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove the forced skip of an integration test
5 changes: 0 additions & 5 deletions galaxy_ng/tests/integration/cli/test_cli_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ def test_publish_and_install_by_self(ansible_config, published, cleanup_collecti
@pytest.mark.all
@pytest.mark.cli
@pytest.mark.deployment_cloud
@pytest.mark.skip(
reason="Marked for insights mode which always has GALAXY_REQUIRE_SIGNATURE_FOR_APPROVAL true"
)
def test_publish_and_expect_uncertified_hidden(
ansible_config,
published,
Expand All @@ -120,8 +117,6 @@ def test_publish_and_expect_uncertified_hidden(
uncertified collection, but not an unspecified version range.
"""

# FIXME: AAH-2442 this is not skipping here in CRC stage integration tests
# where GALAXY_REQUIRE_SIGNATURE_FOR_APPROVAL=true
if settings.get("GALAXY_REQUIRE_SIGNATURE_FOR_APPROVAL"):
pytest.skip("This test needs refactoring to work with signatures required on move.")

Expand Down

0 comments on commit aefc6af

Please sign in to comment.