chore: comment out batch migration testcase
This commit is contained in:
parent
f909345259
commit
30e878ab7f
@ -25,18 +25,18 @@ MIGRATION_TEST_CASES = {
|
|||||||
"verify_test": "assistants/verify-create-assistant-persistence.txt",
|
"verify_test": "assistants/verify-create-assistant-persistence.txt",
|
||||||
"description": "Tests that custom assistants persist after upgrade"
|
"description": "Tests that custom assistants persist after upgrade"
|
||||||
},
|
},
|
||||||
"assistants-complete": {
|
# "assistants-complete": {
|
||||||
"name": "Complete Assistants Migration (Create + Chat)",
|
# "name": "Complete Assistants Migration (Create + Chat)",
|
||||||
"setup_tests": [
|
# "setup_tests": [
|
||||||
"assistants/setup-create-assistants.txt",
|
# "assistants/setup-create-assistants.txt",
|
||||||
"assistants/setup-chat-with-assistant.txt"
|
# "assistants/setup-chat-with-assistant.txt"
|
||||||
],
|
# ],
|
||||||
"verify_tests": [
|
# "verify_tests": [
|
||||||
"assistants/verify-create-assistant-persistence.txt",
|
# "assistants/verify-create-assistant-persistence.txt",
|
||||||
"assistants/verify-chat-with-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)"
|
# "description": "Tests that custom assistants creation and chat functionality persist after upgrade (batch mode only)"
|
||||||
},
|
# },
|
||||||
"modify-local-api-server": {
|
"modify-local-api-server": {
|
||||||
"name": "Modify Local API Server Settings Migration",
|
"name": "Modify Local API Server Settings Migration",
|
||||||
"setup_test": "settings/setup-local-api-server.txt",
|
"setup_test": "settings/setup-local-api-server.txt",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user