Skip to content

Commit

Permalink
fix(test): suppress expected error message
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Mar 7, 2024
1 parent e5f83b4 commit 91fa42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/backup/integration_tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function restore() {
--etcd-endpoints 127.0.0.1:2388 \
--backup-storage-url minio://hummockadmin:[email protected]:9301/hummock001 \
--hummock-storage-url minio://hummockadmin:[email protected]:9301/hummock001 \
1>/dev/null
1>/dev/null 2>&1
}

function execute_sql() {
Expand Down

0 comments on commit 91fa42e

Please sign in to comment.