diff --git a/tests/unit/array/mixins/test_io.py b/tests/unit/array/mixins/test_io.py index 383020fb3d2..a32fdce103e 100644 --- a/tests/unit/array/mixins/test_io.py +++ b/tests/unit/array/mixins/test_io.py @@ -228,7 +228,7 @@ def test_push_pull_io(da_cls, config, show_progress, start_storage): random_texts = [str(uuid.uuid1()) for _ in da1] da1[:, 'text'] = random_texts - name = random_identity() + name = f'docarray_ci_{random_identity()}' da1.push(name, show_progress=show_progress) diff --git a/tests/unit/document/test_converters.py b/tests/unit/document/test_converters.py index 0a5f9774f5e..29d594e57ba 100644 --- a/tests/unit/document/test_converters.py +++ b/tests/unit/document/test_converters.py @@ -260,8 +260,8 @@ def test_convert_uri_to_data_uri(uri, mimetype): [ (os.path.join(cur_dir, 'toydata/test.glb'), 1), ( - 'https://storage.googleapis.com/showcase-3d-models/ShapeNetV2/airplane_aeroplane_plane_0.glb', - 16, + 'https://github.com/jina-ai/docarray/raw/main/tests/unit/document/toydata/test.glb', + 1, ), ], )