mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-09 22:33:47 +00:00
skip flaky test (#4846)
This commit is contained in:
parent
dbbdc5464a
commit
c734c58b4b
@ -205,6 +205,7 @@ def test_tool_result_extraction(reader, retriever_with_docs):
|
|||||||
assert "Christelle" in result
|
assert "Christelle" in result
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip("FIXME")
|
||||||
@pytest.mark.integration
|
@pytest.mark.integration
|
||||||
@pytest.mark.parametrize("reader", ["farm"], indirect=True)
|
@pytest.mark.parametrize("reader", ["farm"], indirect=True)
|
||||||
@pytest.mark.parametrize("retriever_with_docs, document_store_with_docs", [("bm25", "memory")], indirect=True)
|
@pytest.mark.parametrize("retriever_with_docs, document_store_with_docs", [("bm25", "memory")], indirect=True)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user