Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/new_tests/test_query_execute_background.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def test_background_execute_return_val(self, insert_records):
res = query.execute_background()
assert isinstance(res, (int, long))

@pytest.mark.xfail(reason="This started failing when adding support for bin projection due to query.ttl not being applied")
def test_background_with_ttl(self, insert_records):
"""
Ensure that ttl is set for the record found with background query
Expand Down
Loading