Skip to content

Commit

Permalink
mark more 2.5 tests
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
jerabekjiri committed Sep 13, 2024
1 parent fa41bdc commit dbf2012
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions galaxy_ng/tests/integration/dab/test_dab_rbac.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def test_dab_roledefs_match_pulp_roles(galaxy_client):


@pytest.mark.deployment_standalone
@pytest.mark.min_hub_version("4.10dev")
@pytest.mark.skipif(
os.environ.get('JWT_PROXY') is not None,
reason="Skipped because jwt proxy is in use"
Expand Down Expand Up @@ -140,6 +141,7 @@ def test_dab_rbac_repository_owner_by_user_or_team(


@pytest.mark.deployment_standalone
@pytest.mark.min_hub_version("4.10dev")
@pytest.mark.skipif(
os.environ.get('JWT_PROXY') is not None,
reason="Skipped because jwt proxy is in use"
Expand Down Expand Up @@ -549,6 +551,7 @@ def test_dab_user_assignment_filtering_as_user(


@pytest.mark.deployment_standalone
@pytest.mark.min_hub_version("4.10dev")
@pytest.mark.skipif(
os.environ.get('JWT_PROXY') is not None,
reason="Skipped because jwt proxy is in use"
Expand Down
2 changes: 2 additions & 0 deletions galaxy_ng/tests/integration/dab/test_dab_rbac_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ def test_give_user_custom_role_object(
assert_object_role_assignments(admin_client, user, namespace, 0)


@pytest.mark.min_hub_version("4.10dev")
@pytest.mark.deployment_standalone
def test_give_team_custom_role_object(
settings,
Expand Down Expand Up @@ -669,6 +670,7 @@ def test_team_member_sync_from_dab_to_pulp(galaxy_client, assert_user_in_group,
assert_user_in_group(user["id"], group["id"], expected=True)


@pytest.mark.min_hub_version("4.10dev")
def test_team_members_are_migrated(galaxy_client, assert_user_in_group):
"Make sure any existing team memberships are correct"
gc = galaxy_client("admin")
Expand Down

0 comments on commit dbf2012

Please sign in to comment.