From 764eaa035f49a66f67c0a2c9cebe12bcf3a88b61 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Thu, 23 Feb 2023 09:50:24 +0100 Subject: [PATCH] skip summarizer tests to reduce pressure (#4241) --- test/nodes/test_summarizer.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/nodes/test_summarizer.py b/test/nodes/test_summarizer.py index f4874b0a5..478f61a77 100644 --- a/test/nodes/test_summarizer.py +++ b/test/nodes/test_summarizer.py @@ -8,6 +8,9 @@ from haystack.nodes import DensePassageRetriever, EmbeddingRetriever, Transforme from haystack.nodes.other.document_merger import DocumentMerger +pytestmark = pytest.mark.skip("Tests are too heavy for Github runners, skipping for now") + + DOCS = [ Document( content="""PG&E stated it scheduled the blackouts in response to forecasts for high winds amid dry conditions. The aim is to reduce the risk of wildfires. Nearly 800 thousand customers were scheduled to be affected by the shutoffs which were expected to last through at least midday tomorrow."""