From f87fbda153717e33abc6b5ef2fc71a547b8f6569 Mon Sep 17 00:00:00 2001 From: Josh Wills Date: Thu, 3 Oct 2024 15:03:16 -0700 Subject: [PATCH] Skip BV for this --- tests/functional/adapter/test_community_extensions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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