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
The unit test test_core_schedule_elements.py::test_splitting_service_edge_case_on_direction_results_in_two_directions is currently marked as xfail, meaning it is executed as normal with the test suite, but expected to fail (which it does). After removing the xfail decorator:
We shouldn't leave the test as xfail, we should address why the test is failing, fix whatever needs fixing, and reintroduce the test to the test suite.
The text was updated successfully, but these errors were encountered:
The unit test
test_core_schedule_elements.py::test_splitting_service_edge_case_on_direction_results_in_two_directions
is currently marked asxfail
, meaning it is executed as normal with the test suite, but expected to fail (which it does). After removing thexfail
decorator:We shouldn't leave the test as
xfail
, we should address why the test is failing, fix whatever needs fixing, and reintroduce the test to the test suite.The text was updated successfully, but these errors were encountered: