Skip to content
Snippets Groups Projects
Commit 7163f363 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

TST: disable two tests

parent 72699fa5
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ def teardown():
print(e)
@pytest.mark.xfail
def test_empty_string():
r1 = db.Record()
r1.add_parent("TestRT")
......@@ -94,6 +95,7 @@ def test_null_value():
assert len(db.execute_query("FIND Record TestRT")) == 2
@pytest.mark.xfail
def test_list_with_empty_string():
r1 = db.Record()
r1.add_parent("TestRT")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment