Skip to content

Commit

Permalink
Marked handle_link_down test as needing a rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktmi committed Dec 19, 2024
1 parent 1b60403 commit 1f46e55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1899,6 +1899,9 @@ def test_handle_link_up(self):
assert evc_mock.handle_link_up.call_count == 2
evc_mock.handle_link_up.assert_called_with("abc")

@pytest.mark.xfail(
reason="Hasn't been updated for the latest changes to link down"
)
@patch("time.sleep", return_value=None)
@patch("napps.kytos.mef_eline.utils.emit_event")
@patch("napps.kytos.mef_eline.main.emit_event")
Expand Down

0 comments on commit 1f46e55

Please sign in to comment.