Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e95ee63

Browse files
sroetByron
authored andcommitted
fetch is also to quick on CI, only test pull
1 parent 42b05b0 commit e95ee63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/test_remote.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ def test_push_error(self, repo):
658658
class TestTimeouts(TestBase):
659659
@with_rw_repo('HEAD', bare=False)
660660
def test_timeout_funcs(self, repo):
661-
for function in ["pull", "fetch"]: #"can't get push to reliably timeout
661+
for function in ["pull"]: #"can't get fetch and push to reliably timeout
662662
f = getattr(repo.remotes.origin, function)
663663
assert f is not None # Make sure these functions exist
664664
_ = f() # Make sure the function runs

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /