From b7caeb72c59fd577154870cadea0652bbcf6d3b1 Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Thu, 23 Nov 2023 17:12:10 +0800 Subject: [PATCH] fix: hang test cases Signed-off-by: SuZhou-Joe --- cypress.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index f79ebf340..220c332e8 100644 --- a/cypress.json +++ b/cypress.json @@ -20,6 +20,8 @@ "VISBUILDER_ENABLED": true, "DATASOURCE_MANAGEMENT_ENABLED": false, "ML_COMMONS_DASHBOARDS_ENABLED": true, - "WAIT_FOR_LOADER_BUFFER_MS": 0 + "WAIT_FOR_LOADER_BUFFER_MS": 0, + "_COMMENT_FOR_NO_COMMAND_LOG_": "Set NO_COMMAND_LOG to 1 to reduce memory usage, or some test cases will hang there forever.", + "NO_COMMAND_LOG": 1 } }