Skip to content

Commit

Permalink
mark test_translate_gc as unconditionally xfail
Browse files Browse the repository at this point in the history
Seems to occasionally fail on both windows and darwin
  • Loading branch information
mpenkov committed Mar 20, 2022
1 parent fe79fbf commit e844c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensim/test/test_translation_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_translate_nn(self):
self.assertTrue(item[1] in translated_words[item[0]])

@pytest.mark.xfail(
sys.platform == 'darwin',
True,
reason='blinking test, can be related to <https://github.com/RaRe-Technologies/gensim/issues/2977>'
)
def test_translate_gc(self):
Expand Down

0 comments on commit e844c90

Please # to comment.