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
210 stars 139 forks source link

Flaky test: test_update_graph_from_editable_future_graph_after_node_deletion #11059

Open jacobtylerwalls opened 2 weeks ago

jacobtylerwalls commented 2 weeks ago
======================================================================
FAIL: test_update_graph_from_editable_future_graph_after_node_deletion (tests.models.graph_tests.GraphTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/arches/arches/tests/models/graph_tests.py", line 14[25](https://github.com/archesproject/arches/actions/runs/9572782277/job/26392883679#step:13:26), in test_update_graph_from_editable_future_graph_after_node_deletion
    self.assertEqual(len(updated_source_graph.nodes), 2)
AssertionError: 1 != 2

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