diff --git a/tests/functional/adapter/test_community_extensions.py b/tests/functional/adapter/test_community_extensions.py index 61907669..b0bebfc4 100644 --- a/tests/functional/adapter/test_community_extensions.py +++ b/tests/functional/adapter/test_community_extensions.py @@ -49,5 +49,6 @@ def test_base(self, project): } check_relation_types(project.adapter, expected) +@pytest.mark.skip_profile("buenavista") class TestCommunityExtensions(BaseCommunityExtensions): - pass \ No newline at end of file + pass