diff --git a/tests/test_name_properties.py b/tests/test_name_properties.py
index fe7051166f33be990bdf1616c15935381ca97256..d7f9a56908b7ee259c5972f4bd41168e6d1e2010 100644
--- a/tests/test_name_properties.py
+++ b/tests/test_name_properties.py
@@ -209,7 +209,6 @@ def test_recordtype_query():
             "FIND TestRecordType", "FIND TestRT"])
 
 
-@mark.xfail(reason="waiting for server, mysqlbackend merges of f-name-query")
 def test_query_name_property():
     """ Insert a Property which has a name parent. Add to Record and query the
     record."""
diff --git a/tests/test_query.py b/tests/test_query.py
index 0a13ce114f2d2603c0f1cef4d7d27c48db59e31a..9b188d9c94f964508ef254506ea19783fd02b5b6 100644
--- a/tests/test_query.py
+++ b/tests/test_query.py
@@ -969,7 +969,6 @@ def test_backref_like():
     h.execute_query("FIND ENTITY WHICH IS REFERENCED BY *e", unique=True)
 
 
-@mark.xfail(reason="waiting for server, mysqlbacken merges of f-query-name")
 def test_query_by_name():
     rt = h.RecordType("TestRT").insert()
     rec1 = h.Record("TestRec1").add_parent("TestRT").insert()