From 20fc18fbda3669c2f4a3510e0705b2acd54bff07 Mon Sep 17 00:00:00 2001 From: Sam Shleifer Date: Tue, 18 Feb 2020 16:14:50 -0500 Subject: [PATCH] Skip flaky test_tf_question_answering (#2845) * Skip flaky test * Style --- tests/test_pipelines.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_pipelines.py b/tests/test_pipelines.py index 8c574845cee..57c55d95f93 100644 --- a/tests/test_pipelines.py +++ b/tests/test_pipelines.py @@ -284,6 +284,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.") def test_tf_question_answering(self): mandatory_output_keys = {"score", "answer", "start", "end"} valid_samples = [