Skip to content

Commit 93a1f29

Browse files
committed
fix: Fix remote rbac integration tests
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
1 parent dc5b2af commit 93a1f29

File tree

1 file changed

+2
-2
lines changed
  • sdk/python/tests/integration/feature_repos/universal/data_sources

1 file changed

+2
-2
lines changed

sdk/python/tests/integration/feature_repos/universal/data_sources/file.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def __init__(self, project_name: str, *args, **kwargs):
426426

427427
@staticmethod
428428
def test_markers() -> list[MarkDecorator]:
429-
return [pytest.mark.rbac_remote_integration_test]
429+
return [pytest.mark.not_rbac_remote_integration_test]
430430

431431
def setup(self, registry: RegistryConfig):
432432
parent_offline_config = super().create_offline_store_config()
@@ -527,7 +527,7 @@ def xdist_groups() -> list[str]:
527527

528528
@staticmethod
529529
def test_markers() -> list[MarkDecorator]:
530-
return [pytest.mark.rbac_remote_integration_test]
530+
return [pytest.mark.not_rbac_remote_integration_test]
531531

532532
def setup(self, registry: RegistryConfig):
533533
parent_offline_config = super().create_offline_store_config()

0 commit comments

Comments
 (0)