From 525b6b1c5492e6c60efb9ece388c07149983c549 Mon Sep 17 00:00:00 2001 From: Lysandre Date: Mon, 9 Mar 2020 16:52:30 -0400 Subject: [PATCH] TFQA pipeline marked as slow test --- tests/test_pipelines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pipelines.py b/tests/test_pipelines.py index cd3c7a7699..09776d63cf 100644 --- a/tests/test_pipelines.py +++ b/tests/test_pipelines.py @@ -291,7 +291,7 @@ class MultiColumnInputTestCase(unittest.TestCase): self._test_multicolumn_pipeline(nlp, valid_samples, invalid_samples, mandatory_output_keys) @require_tf - @unittest.skip("This test is failing intermittently. Skipping it until we resolve.") + @slow def test_tf_question_answering(self): mandatory_output_keys = {"score", "answer", "start", "end"} valid_samples = [