Skip flakey test

This commit is contained in:
Matthew Honnibal 2018-08-15 16:56:55 +02:00
parent ce512e1d47
commit 63bdc734ba
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ from spacy.tokens import Doc
from spacy.gold import GoldParse
@pytest.mark.skip(reason="Test is flakey when run with others")
def test_simple_train():
nlp = Language()
nlp.add_pipe(nlp.create_pipe('textcat'))