Sometimes you need to run deplaoy commands on your local enviroment, but commands may use data/code which doesn't exists on current version of app, and running them causes error (eg. table not found 😀).
I think good solution to this will be adding a command to mark all/some tests as done, somthing like
php artisan deploy-commands:mark-completed [--name]