summaryrefslogtreecommitdiff
path: root/test/test_remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_remote.py')
-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