Skip to content

Commit 0c35530

Browse files
author
Val Brodsky
committed
Testing
1 parent e8645e2 commit 0c35530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ def test_generic_data_row_type_by_global_key(
100100
(MediaType.Conversational, MediaType.Conversational),
101101
(MediaType.Document, MediaType.Document),
102102
(MediaType.Dicom, MediaType.Dicom),
103-
(MediaType.LLMPromptResponseCreation, MediaType.LLMPromptResponseCreation),
104-
(MediaType.LLMPromptCreation, MediaType.LLMPromptCreation),
103+
# (MediaType.LLMPromptResponseCreation, MediaType.LLMPromptResponseCreation),
104+
# (MediaType.LLMPromptCreation, MediaType.LLMPromptCreation),
105105
(OntologyKind.ResponseCreation, OntologyKind.ResponseCreation)
106106
],
107107
indirect=["configured_project"]

0 commit comments

Comments
 (0)