Skip to content

Commit

Permalink
Marking the remote registry with the marker rbac_remote_integration_t…
Browse files Browse the repository at this point in the history
…est.

Signed-off-by: lrangine <[email protected]>
  • Loading branch information
lokeshrangineni committed Jan 8, 2025
1 parent 19e900a commit 43ad97a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,10 @@ def mock_remote_registry():
marks=pytest.mark.xdist_group(name="mysql_registry"),
),
lazy_fixture("sqlite_registry"),
lazy_fixture("mock_remote_registry"),
pytest.param(
lazy_fixture("mock_remote_registry"),
marks=pytest.mark.rbac_remote_integration_test,
),
]

sql_fixtures = [
Expand Down

0 comments on commit 43ad97a

Please sign in to comment.