From 233921a0c8a3c29f013c2a58731fe96ddb800308 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 6 Feb 2024 13:05:32 -0500 Subject: [PATCH] Update Signed-off-by: Peter Zhu --- integtest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integtest.sh b/integtest.sh index ed11a0707..de5285916 100644 --- a/integtest.sh +++ b/integtest.sh @@ -217,7 +217,8 @@ if [ "$OSTYPE" = "msys" ] || [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "win32" ] echo "https://github.com/opensearch-project/opensearch-dashboards-functional-test/issues/1068" ls -l jq '. + {"video": false}' cypress.json > cypress1.json - cat cypress1.json + mv -v cypress1.json cypress.json + cat cypress.json fi if [ "$SECURITY_ENABLED" = "true" ]; then