Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/integration/test_data_rows.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,8 @@ def test_data_row_bulk_creation_sync_with_same_global_keys(
assert list(dataset.data_rows())[0].global_key == global_key_1


def test_create_conversational_text(dataset, conversational_content):
@pytest.mark.skip(reason="create_data_rows_sync not supported by ADV yet")
def test_create_conversational_text(client, dataset, conversational_content):
examples = [
{
**conversational_content, 'media_type':
Expand Down