diff --git a/tests/integration/test_data_rows.py b/tests/integration/test_data_rows.py index 6671beb60..6281f9ef6 100644 --- a/tests/integration/test_data_rows.py +++ b/tests/integration/test_data_rows.py @@ -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':