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
FAILED ui_tests/gui/test_main_window.py::test_right_click_plot_button_opens_external_plotter - RuntimeError: wrapped C/C++ object of type QWindow has been deleted
The problem seems to be that QApplication.topLevelWindows() may return a window that has been opened but not yet completely closed by a different test, which is then closed and so destroyed between getting it and testing whether it is a plotter window.
Ideally, other tests should not keep windows open and we could create an autouse fixture for that. Also, this test should probably not use this method to get the plotting windows.
This failure seems to happen very rarely, so giving it a low criticality for now.
FAILED ui_tests/gui/test_main_window.py::test_right_click_plot_button_opens_external_plotter - RuntimeError: wrapped C/C++ object of type QWindow has been deleted
Failed in https://github.com/equinor/komodo-releases/actions/runs/12591094039/job/35094141266
The text was updated successfully, but these errors were encountered: