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
870ff9e1
Commit
870ff9e1
authored
Jul 06, 2022
by
Sylvain Gugger
Browse files
Skip failing test until @gante fix it.
parent
2e90c3df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/utils/test_cli.py
tests/utils/test_cli.py
+1
-0
No files found.
tests/utils/test_cli.py
View file @
870ff9e1
...
@@ -33,6 +33,7 @@ class CLITest(unittest.TestCase):
...
@@ -33,6 +33,7 @@ class CLITest(unittest.TestCase):
self
.
assertIn
(
"Platform"
,
cs
.
out
)
self
.
assertIn
(
"Platform"
,
cs
.
out
)
self
.
assertIn
(
"Using distributed or parallel set-up in script?"
,
cs
.
out
)
self
.
assertIn
(
"Using distributed or parallel set-up in script?"
,
cs
.
out
)
@
unittest
.
skip
(
"Joao will fix me tomorrow."
)
@
is_pt_tf_cross_test
@
is_pt_tf_cross_test
@
patch
(
@
patch
(
"sys.argv"
,
[
"fakeprogrampath"
,
"pt-to-tf"
,
"--model-name"
,
"hf-internal-testing/tiny-random-gptj"
,
"--no-pr"
]
"sys.argv"
,
[
"fakeprogrampath"
,
"pt-to-tf"
,
"--model-name"
,
"hf-internal-testing/tiny-random-gptj"
,
"--no-pr"
]
...
...
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