Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
c7b6bbec
Commit
c7b6bbec
authored
Nov 11, 2020
by
Lysandre
Browse files
Skip test until investigation
parent
aa2a2c65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/test_hf_api.py
tests/test_hf_api.py
+1
-0
No files found.
tests/test_hf_api.py
View file @
c7b6bbec
...
@@ -108,6 +108,7 @@ class HfApiEndpointsTest(HfApiCommonTest):
...
@@ -108,6 +108,7 @@ class HfApiEndpointsTest(HfApiCommonTest):
o
=
objs
[
-
1
]
o
=
objs
[
-
1
]
self
.
assertIsInstance
(
o
,
RepoObj
)
self
.
assertIsInstance
(
o
,
RepoObj
)
@
unittest
.
skip
(
"Until @julien-c or @pierrci debugs"
)
def
test_create_and_delete_repo
(
self
):
def
test_create_and_delete_repo
(
self
):
self
.
_api
.
create_repo
(
token
=
self
.
_token
,
name
=
REPO_NAME
)
self
.
_api
.
create_repo
(
token
=
self
.
_token
,
name
=
REPO_NAME
)
self
.
_api
.
delete_repo
(
token
=
self
.
_token
,
name
=
REPO_NAME
)
self
.
_api
.
delete_repo
(
token
=
self
.
_token
,
name
=
REPO_NAME
)
...
...
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