Skip to content

Commit

Permalink
remove skip flag accidentally left over (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
cguardia authored Aug 9, 2019
1 parent b3f01e9 commit a29c647
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/system/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ class Cat(Animal):
assert isinstance(results[0], Cat)


@pytest.mark.skip("Requires an index")
@pytest.mark.usefixtures("client_context")
def test_query_repeated_property(ds_entity):
entity_id = test_utils.system.unique_resource_id()
Expand Down

0 comments on commit a29c647

Please sign in to comment.