From ea42934739ea720e64eff0810d565c66319488ca Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Mon, 23 Oct 2023 16:45:54 -0700 Subject: [PATCH] Temporarily skip create_data_rows_sync tests This method is not supported by ADV --- tests/integration/test_data_rows.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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':