Skip to content

Commit 12300ee

Browse files
committed
test: skip test for guillotina 7.0.5 due to unimplemented features
1 parent f8128f5 commit 12300ee

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

guillotina_volto/tests/test_group.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
@pytest.mark.app_settings(PG_CATALOG_SETTINGS)
1212
@pytest.mark.skipif(NOT_POSTGRES, reason="Only PG")
13+
@pytest.mark.skip(reason="Not implemented in guillotina 7.0.5, implemented in next version")
1314
async def test_groups(cms_requester):
1415
requester = cms_requester
1516
resp, status = await requester("GET", "/db/guillotina/@groups")

guillotina_volto/tests/test_permissions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
@pytest.mark.app_settings(PG_CATALOG_SETTINGS)
1212
@pytest.mark.skipif(NOT_POSTGRES, reason="Only PG")
13+
@pytest.mark.skip(reason="Not implemented in guillotina 7.0.5, implemented in next version")
1314
async def test_permissions_site_managers_group(cms_requester):
1415
requester = cms_requester
1516
resp, status = await requester(
@@ -110,6 +111,7 @@ async def test_permissions_site_managers_group(cms_requester):
110111

111112
@pytest.mark.app_settings(PG_CATALOG_SETTINGS)
112113
@pytest.mark.skipif(NOT_POSTGRES, reason="Only PG")
114+
@pytest.mark.skip(reason="Not implemented in guillotina 7.0.5, implemented in next version")
113115
async def test_permissions_create_site_admins_group(cms_requester):
114116
requester = cms_requester
115117
resp, status = await requester(

0 commit comments

Comments
 (0)