Skip to content

Commit 311b3a6

Browse files
Enable dataset IE tests (#514)
1 parent 3ac008f commit 311b3a6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

interactive_ai/workflows/geti_domain/dataset_ie/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ DOCKER_BUILD_CONTEXT := --build-context common=../common \
77
--build-context iai_core=../../../../interactive_ai/libs/iai_core_py \
88
--build-context media_utils=../../../../interactive_ai/libs/media_utils \
99

10-
# TODO CVS-166211 remove the '-' and 'true' workaround after fixing the tests
1110
test-unit: venv
12-
-uv run pytest tests/unit --disable-warnings -v
13-
true
11+
uv run pytest tests/unit --disable-warnings -v
1412

1513
test-component: venv
1614
@echo "test-component not available"

interactive_ai/workflows/geti_domain/dataset_ie/tests/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ def fxt_export_data_repo(mocked_object_storage_repo_init, fxt_temp_directory):
164164
return ExportDataRepo(root_path=fxt_temp_directory)
165165

166166

167-
URL_IAI_UNITTESTS = "http://s3.toolbox.iotg.sclab.intel.com/test/data/iai-unittests/"
168-
URL_DATASETS = URL_IAI_UNITTESTS + "datasets/"
167+
URL_DATASETS = "https://storage.geti.intel.com/test-data/integration-iai/datasets/"
169168

170169

171170
def download_file(url: str, file_path: pathlib.Path) -> pathlib.Path:

0 commit comments

Comments
 (0)