We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae6594 commit ea42934Copy full SHA for ea42934
tests/integration/test_data_rows.py
@@ -964,7 +964,8 @@ def test_data_row_bulk_creation_sync_with_same_global_keys(
964
assert list(dataset.data_rows())[0].global_key == global_key_1
965
966
967
-def test_create_conversational_text(dataset, conversational_content):
+@pytest.mark.skip(reason="create_data_rows_sync not supported by ADV yet")
968
+def test_create_conversational_text(client, dataset, conversational_content):
969
examples = [
970
{
971
**conversational_content, 'media_type':
0 commit comments