"examples/pytorch/text-classification/run_classification.py" did not exist on "b62ac4d240fb4d6d1b4040faf0ec168577b9f093"
Unverified Commit 8b52fa6b authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

skip `test_encode_decode_fast_slow_all_tokens` for now (#30044)



skip test_encode_decode_fast_slow_all_tokens for now
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 24d787ce
......@@ -1580,6 +1580,10 @@ class TokenizerTesterMixin:
self.assertEqual(len(overflowing_tokens), 2 + stride)
self.assertEqual(overflowing_tokens, seq1_tokens[-(2 + stride) :])
# TODO: FIXME @ArthurZucker
@unittest.skip(
reason="start to fail after # 29473. See https://github.com/huggingface/transformers/pull/29473#pullrequestreview-1945687810"
)
@slow
@require_read_token
def test_encode_decode_fast_slow_all_tokens(self):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment