From 497a9308a8775b51c79621bfe5f03aab1bf6696c Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 6 Sep 2017 18:41:22 +0200 Subject: [PATCH] Xfail new lemmatizer test --- spacy/tests/regression/test_issue1305.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/tests/regression/test_issue1305.py b/spacy/tests/regression/test_issue1305.py index e123ce0ba..c75b42434 100644 --- a/spacy/tests/regression/test_issue1305.py +++ b/spacy/tests/regression/test_issue1305.py @@ -1,5 +1,6 @@ import pytest +@pytest.mark.xfail @pytest.mark.models('en') def test_issue1305(EN): '''Test lemmatization of English VBZ'''