Skip to content

Commit da376b4

Browse files
authored
Temporarily skip create_data_rows_sync tests (#1269)
2 parents 6ae6594 + ea42934 commit da376b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/test_data_rows.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,8 @@ def test_data_row_bulk_creation_sync_with_same_global_keys(
964964
assert list(dataset.data_rows())[0].global_key == global_key_1
965965

966966

967-
def test_create_conversational_text(dataset, conversational_content):
967+
@pytest.mark.skip(reason="create_data_rows_sync not supported by ADV yet")
968+
def test_create_conversational_text(client, dataset, conversational_content):
968969
examples = [
969970
{
970971
**conversational_content, 'media_type':

0 commit comments

Comments
 (0)