Skip to content

Commit dd526e1

Browse files
committed
test workflow
1 parent b5b6e38 commit dd526e1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

libs/labelbox/tests/data/annotation_import/test_generic_data_types.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ def validate_iso_format(date_string: str):
2828
"configured_project, media_type",
2929
[
3030
(MediaType.Audio, MediaType.Audio),
31-
(MediaType.Html, MediaType.Html),
32-
(MediaType.Image, MediaType.Image),
33-
(MediaType.Text, MediaType.Text),
34-
(MediaType.Video, MediaType.Video),
35-
(MediaType.Conversational, MediaType.Conversational),
36-
(MediaType.Document, MediaType.Document),
37-
(OntologyKind.ResponseCreation, OntologyKind.ResponseCreation),
38-
(OntologyKind.ModelEvaluation, OntologyKind.ModelEvaluation),
3931
],
4032
indirect=["configured_project"],
4133
)
@@ -69,6 +61,7 @@ def test_import_media_types(
6961
result = export_v2_test_helpers.run_project_export_v2_task(
7062
configured_project
7163
)
64+
print("test")
7265

7366
assert result
7467

0 commit comments

Comments
 (0)