import pytest


@pytest.mark.xfail
def test_update_task():
    raise NotImplementedError
