From 6b20efc788fb90600c842a1ad0e7c9af6af1be86 Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Fri, 24 Nov 2023 16:19:39 +0800 Subject: [PATCH] Revert "fix: hang test cases" This reverts commit b7caeb72c59fd577154870cadea0652bbcf6d3b1. --- cypress.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cypress.json b/cypress.json index 220c332e8..f79ebf340 100644 --- a/cypress.json +++ b/cypress.json @@ -20,8 +20,6 @@ "VISBUILDER_ENABLED": true, "DATASOURCE_MANAGEMENT_ENABLED": false, "ML_COMMONS_DASHBOARDS_ENABLED": true, - "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 + "WAIT_FOR_LOADER_BUFFER_MS": 0 } }