diff --git a/tests/test_empty_text_value.py b/tests/test_empty_text_value.py index b197b7299f752cc8121d0aa3bb099140071cf99f..b5d6165b6ffe359e9f7394f342488f24917890d9 100644 --- a/tests/test_empty_text_value.py +++ b/tests/test_empty_text_value.py @@ -39,7 +39,6 @@ def teardown(): print(e) -@pytest.mark.xfail(reason="""wait for f-empty-and-null-values branch of pylib""") def test_empty_string(): r1 = db.Record() r1.add_parent("TestRT") @@ -95,7 +94,6 @@ def test_null_value(): assert len(db.execute_query("FIND Record TestRT")) == 2 -@pytest.mark.xfail(reason="""wait for f-empty-and-null-values branch of pylib""") def test_list_with_empty_string(): r1 = db.Record() r1.add_parent("TestRT")