Skip to content

Commit

Permalink
fix(test): suppress expected error message (#15501)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 authored Mar 7, 2024
1 parent 6a8fa2b commit 63a2859
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 63a2859

Please sign in to comment.