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
Branches
Tags
No related merge requests found
...@@ -39,6 +39,7 @@ def teardown(): ...@@ -39,6 +39,7 @@ def teardown():
print(e) print(e)
@pytest.mark.xfail
def test_empty_string(): def test_empty_string():
r1 = db.Record() r1 = db.Record()
r1.add_parent("TestRT") r1.add_parent("TestRT")
...@@ -94,6 +95,7 @@ def test_null_value(): ...@@ -94,6 +95,7 @@ def test_null_value():
assert len(db.execute_query("FIND Record TestRT")) == 2 assert len(db.execute_query("FIND Record TestRT")) == 2
@pytest.mark.xfail
def test_list_with_empty_string(): def test_list_with_empty_string():
r1 = db.Record() r1 = db.Record()
r1.add_parent("TestRT") 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