Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
e51c7b58
Commit
e51c7b58
authored
Dec 21, 2021
by
Sylvain Gugger
Browse files
Skip failing test
parent
27b3031d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
examples/pytorch/test_examples.py
examples/pytorch/test_examples.py
+2
-0
No files found.
examples/pytorch/test_examples.py
View file @
e51c7b58
...
...
@@ -19,6 +19,7 @@ import json
import
logging
import
os
import
sys
import
unittest
from
unittest.mock
import
patch
import
torch
...
...
@@ -408,6 +409,7 @@ class ExamplesTests(TestCasePlus):
result
=
get_results
(
tmp_dir
)
self
.
assertGreaterEqual
(
result
[
"eval_bleu"
],
30
)
@
unittest
.
skip
(
"Fix me Nate!"
)
def
test_run_image_classification
(
self
):
stream_handler
=
logging
.
StreamHandler
(
sys
.
stdout
)
logger
.
addHandler
(
stream_handler
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment