From e95ee636504a42bd5d8c83314a676253a2de9ad6 Mon Sep 17 00:00:00 2001 From: sroet Date: Tue, 14 Sep 2021 13:59:22 +0200 Subject: fetch is also to quick on CI, only test pull --- test/test_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.1