summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsroet <sanderroet@hotmail.com>2021-09-14 13:59:22 +0200
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-09-18 09:26:28 +0800
commite95ee636504a42bd5d8c83314a676253a2de9ad6 (patch)
tree45015d19e36478ad7e48533a85325100bf25285d
parent42b05b0f5f3ae7ddd0590a42fd120ffdf2b34903 (diff)
downloadgitpython-e95ee636504a42bd5d8c83314a676253a2de9ad6.tar.gz
fetch is also to quick on CI, only test pull
-rw-r--r--test/test_remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_remote.py b/test/test_remote.py
index 8f020664..9fe649ad 100644
--- a/test/test_remote.py
+++ b/test/test_remote.py
@@ -658,7 +658,7 @@ class TestRemote(TestBase):
class TestTimeouts(TestBase):
@with_rw_repo('HEAD', bare=False)
def test_timeout_funcs(self, repo):
- for function in ["pull", "fetch"]: #"can't get push to reliably timeout
+ for function in ["pull"]: #"can't get fetch and push to reliably timeout
f = getattr(repo.remotes.origin, function)
assert f is not None # Make sure these functions exist
_ = f() # Make sure the function runs