File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ def _make_paths(
5050
5151 return l_path
5252# ----------------------
53+ @pytest .mark .skip
5354def test_local (tmp_path ) -> None :
5455 '''
5556 Test for transfer between two local paths
@@ -61,6 +62,7 @@ def test_local(tmp_path) -> None:
6162 for source , target in zip (l_source , l_target ):
6263 fcp .copy (source = source , target = target )
6364# ----------------------
65+ @pytest .mark .skip
6466def test_remote_target (tmp_path ) -> None :
6567 '''
6668 Files are in a local server, copy them remotely
@@ -72,6 +74,7 @@ def test_remote_target(tmp_path) -> None:
7274 for source , target in zip (l_source , l_target ):
7375 fcp .copy (source = source , target = target )
7476# ----------------------
77+ @pytest .mark .skip
7578def test_remote_source (tmp_path ) -> None :
7679 '''
7780 Files are in a remote server, copy them locally
You can’t perform that action at this time.
0 commit comments