You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#10711 works toward isolating the package loads necessary for test cases, but there were a handful of package loads that couldn't fully be moved after super().setUpClass() initiates a transaction (so that they roll back cleanly when the class is torn down).
#10711 works toward isolating the package loads necessary for test cases, but there were a handful of package loads that couldn't fully be moved after
super().setUpClass()
initiates a transaction (so that they roll back cleanly when the class is torn down).arches/tests/views/api_tests.py
Lines 41 to 44 in 350e4a7
This can cause annoying red herring test failures if the package load fails for unrelated reasons as experienced in #9613 (comment).
We should identify the root cause and fix the setup (or adjust the failing tests).
The text was updated successfully, but these errors were encountered: