Does DBT skip downstream models if an upstream model fails?

I am running multiple dependent dbt models via a selector through dbt job. If a models runs into a runtime error, do the downstream models continue to run or they are skipped? If skipped, any ways to change this behavior?

This github issue exists, feel free to upvote.

It appears that there is currently no way to disable skipping downstream models on failure, but there is interest in adding this functionality: Option to disable "skip downstream models on failure" · Issue #2142 · dbt-labs/dbt-core · GitHub