Skip to content

Commit

Permalink
disable transfer dir test
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Aug 28, 2024
1 parent ec6e68f commit fe57b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_utils/test_hpc_nhr_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_hpc_connector_transfer_file(hpc_nhr_data_transfer, path_batch_script_em
assert_exists_file(test_local_received_file_path)


def test_hpc_connector_transfer_dir(hpc_nhr_data_transfer, path_dummy_workspace_data_dir):
def _test_hpc_connector_transfer_dir(hpc_nhr_data_transfer, path_dummy_workspace_data_dir):
"""
Testing the put_dir and get_dir functionality of the HPC transfer
"""
Expand Down

0 comments on commit fe57b6f

Please sign in to comment.