mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 16:07:41 +03:00 
			
		
		
		
	xfail -> skip
This commit is contained in:
		
							parent
							
								
									ee4bb0e3b6
								
							
						
					
					
						commit
						92b9b631ef
					
				|  | @ -5,7 +5,7 @@ from spacy.lang.en import English | ||||||
| from spacy.vocab import Vocab | from spacy.vocab import Vocab | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| @pytest.mark.xfail(reason="currently hangs") | @pytest.mark.skip(reason="currently hangs") | ||||||
| def test_issue4725(): | def test_issue4725(): | ||||||
|     # ensures that this runs correctly and doesn't hang or crash because of the global vectors |     # ensures that this runs correctly and doesn't hang or crash because of the global vectors | ||||||
|     vocab = Vocab(vectors_name="test_vocab_add_vector") |     vocab = Vocab(vectors_name="test_vocab_add_vector") | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user