Skip to content

Commit

Permalink
[Tests] skipping test_v3io_large_object_upload as it hangs when runni…
Browse files Browse the repository at this point in the history
…ng against the CI system [1.6.x] (#5308)
  • Loading branch information
assaf758 committed Mar 20, 2024
1 parent 7e4d7e2 commit df53325
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/system/datastore/test_v3io.py
Expand Up @@ -86,6 +86,9 @@ def _setup_df_dir(self, first_file_path, second_file_path, file_extension):
uploaded_data_item = mlrun.run.get_dataitem(dataitem_url)
uploaded_data_item.upload(second_file_path)

@pytest.mark.skip(
reason="Skipping this test as it hangs when running against the CI system. ML-5598"
)
def test_v3io_large_object_upload(self, tmp_path):
tempfile_1_path = os.path.join(tmp_path, "tempfile_1")
tempfile_2_path = os.path.join(tmp_path, "tempfile_2")
Expand Down

0 comments on commit df53325

Please sign in to comment.