Skip to content

Commit

Permalink
Reactivate suggest test
Browse files Browse the repository at this point in the history
  • Loading branch information
jotare committed Dec 20, 2023
1 parent 233cda0 commit 7a747c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nucliadb/nucliadb/tests/integration/test_suggest.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ async def test_suggestion_on_link_computed_titles_sc6088(
assert suggested["text"] == extracted_title


@pytest.mark.skip(reason="Bindings not released")
@pytest.mark.asyncio
@pytest.mark.parametrize("knowledgebox", ("EXPERIMENTAL", "STABLE"), indirect=True)
async def test_suggest_features(
nucliadb_grpc: WriterStub,
nucliadb_reader: AsyncClient,
Expand Down

0 comments on commit 7a747c0

Please sign in to comment.