From 1838fee24a966f7f1e697fb8bb8adff36da6d246 Mon Sep 17 00:00:00 2001
From: Alexander Schlemmer <alexander@mail-schlemmer.de>
Date: Mon, 24 Oct 2022 13:58:39 +0200
Subject: [PATCH] TST: removed xfail from test for issue 23

---
 integrationtests/test_issues.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/integrationtests/test_issues.py b/integrationtests/test_issues.py
index f0f2a787..78beb63c 100644
--- a/integrationtests/test_issues.py
+++ b/integrationtests/test_issues.py
@@ -30,11 +30,12 @@ def clear_database():
     db.execute_query("FIND ENTITY").delete(raise_exception_on_error=False)
 
 
-@mark.xfail(reason="See issue https://gitlab.com/caosdb/caosdb-crawler/-/issues/23")
 def test_issue_23(clear_database):
     """Test that an update leaves existing properties, that were not found by
     the crawler, unchanged.
 
+    See issue https://gitlab.com/caosdb/caosdb-crawler/-/issues/23
+
     """
 
     # insert a simplistic model an arecord of type TestType with identifying
-- 
GitLab