diff --git a/tests/test_issues_server.py b/tests/test_issues_server.py
index d0adc315379e0be1775d262bfa4f54e747c60654..1e2e6f81de7c34ccd54d0d81844f02bc2790c889 100644
--- a/tests/test_issues_server.py
+++ b/tests/test_issues_server.py
@@ -1555,7 +1555,6 @@ def test_263():
     assert exc.errors[0].msg == "Entity does not exist."  # TODO Or whatever the message shall be.
 
 
-@pytest.mark.xfail(reason="https://gitlab.com/linkahead/linkahead-server/-/issues/264")
 def test_264_accents_and_umlauts():
     """Test whether queries respect accents and
     umlauts. https://gitlab.com/linkahead/linkahead-server/-/issues/264.