import pytest


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