Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Feb 6, 2024
1 parent 1e76234 commit 233921a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 233921a

Please sign in to comment.