Skip to content

Commit d695090

Browse files
author
Val Brodsky
committed
Debug test
1 parent 2328ab5 commit d695090

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
22
pythonpath = .
3-
addopts = -rP -vvv --reruns 5 --reruns-delay 10 --durations=20 -n 32
3+
addopts = -rP -vvv --reruns 1 --reruns-delay 10 --durations=20 -n 32
44
markers =
55
slow: marks tests as slow (deselect with '-m "not slow"')

tests/data/annotation_import/test_data_types.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -308,17 +308,17 @@ def set_project_media_type_from_data_type(project, data_type_class):
308308
@pytest.mark.parametrize(
309309
"data_type_class",
310310
[
311-
AudioData,
312-
HTMLData,
313-
ImageData,
311+
# AudioData,
312+
# HTMLData,
313+
# ImageData,
314314
TextData,
315-
VideoData,
316-
ConversationData,
317-
DocumentData,
318-
DicomData,
319-
LlmPromptCreationData,
320-
LlmPromptResponseCreationData,
321-
LlmResponseCreationData,
315+
# VideoData,
316+
# ConversationData,
317+
# DocumentData,
318+
# DicomData,
319+
# LlmPromptCreationData,
320+
# LlmPromptResponseCreationData,
321+
# LlmResponseCreationData,
322322
],
323323
)
324324
def test_import_data_types_v2(

0 commit comments

Comments
 (0)