Skip to content

Commit

Permalink
skip multilingual tests when not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 18, 2023
1 parent 8e67319 commit 78f4189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plone/restapi/tests/test_services_navroot.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def test_get_navroot_non_multilingual_navigation_root_content(self):
portal_state.navigation_root_url(),
)


@unittest.skipUnless(
PAM_INSTALLED, "plone.app.multilingual is installed by default only in Plone 5"
) # NOQA
Expand Down

0 comments on commit 78f4189

Please sign in to comment.