archesproject / arches

Arches is a web platform for creating, managing, & visualizing geospatial data. Arches was inspired by the needs of the Cultural Heritage community, particularly the widespread need of organizations to build & manage cultural heritage inventories
GNU Affero General Public License v3.0
212 stars 142 forks source link

`test_related_resources_in_resource_report_api` fails on dev/8.0.x #11518

Open jacobtylerwalls opened 3 days ago

jacobtylerwalls commented 3 days ago

See failure on #11515

FAIL: test_related_resources_in_resource_report_api (tests.views.api.test_resources.ResourceAPITests.test_related_resources_in_resource_report_api)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jwalls/prj/arches/tests/views/api/test_resources.py", line 559, in test_related_resources_in_resource_report_api
    self.assertTrue(detected_relations == 1)
AssertionError: False is not true

----------------------------------------------------------------------

cc/ @whatisgalen

jacobtylerwalls commented 3 days ago

Discussed in standup 2024-10-01, will add a skiptest decorator for now, but will add to "urgent" priority list and revisit in future standups to ensure we don't forget about it.