From 30e878ab7f298a27a69d6d317ee0be73bf667cd2 Mon Sep 17 00:00:00 2001 From: Minh141120 Date: Wed, 3 Sep 2025 15:07:16 +0700 Subject: [PATCH] chore: comment out batch migration testcase --- autoqa/individual_migration_runner.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/autoqa/individual_migration_runner.py b/autoqa/individual_migration_runner.py index f820126aa..17834ceb7 100644 --- a/autoqa/individual_migration_runner.py +++ b/autoqa/individual_migration_runner.py @@ -25,18 +25,18 @@ MIGRATION_TEST_CASES = { "verify_test": "assistants/verify-create-assistant-persistence.txt", "description": "Tests that custom assistants persist after upgrade" }, - "assistants-complete": { - "name": "Complete Assistants Migration (Create + Chat)", - "setup_tests": [ - "assistants/setup-create-assistants.txt", - "assistants/setup-chat-with-assistant.txt" - ], - "verify_tests": [ - "assistants/verify-create-assistant-persistence.txt", - "assistants/verify-chat-with-assistant-persistence.txt" - ], - "description": "Tests that custom assistants creation and chat functionality persist after upgrade (batch mode only)" - }, + # "assistants-complete": { + # "name": "Complete Assistants Migration (Create + Chat)", + # "setup_tests": [ + # "assistants/setup-create-assistants.txt", + # "assistants/setup-chat-with-assistant.txt" + # ], + # "verify_tests": [ + # "assistants/verify-create-assistant-persistence.txt", + # "assistants/verify-chat-with-assistant-persistence.txt" + # ], + # "description": "Tests that custom assistants creation and chat functionality persist after upgrade (batch mode only)" + # }, "modify-local-api-server": { "name": "Modify Local API Server Settings Migration", "setup_test": "settings/setup-local-api-server.txt",