From 5d4b7fbb0d0f897f21f6588c168d1ccf7d9f65c0 Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Mon, 18 Dec 2023 14:51:12 +0800 Subject: [PATCH] feat: disable command log to unhang all the test Signed-off-by: SuZhou-Joe --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index f79ebf340..f5e5f5f72 100644 --- a/cypress.json +++ b/cypress.json @@ -20,6 +20,7 @@ "VISBUILDER_ENABLED": true, "DATASOURCE_MANAGEMENT_ENABLED": false, "ML_COMMONS_DASHBOARDS_ENABLED": true, - "WAIT_FOR_LOADER_BUFFER_MS": 0 + "WAIT_FOR_LOADER_BUFFER_MS": 0, + "NO_COMMAND_LOG": 1 } }