Auto parallelism and cucumber tags

My circle.yml doesn’t use any test: override because I want to use auto parallelism. This works fine except the cucumber command, we normally run cucumber by omitting certain tags such as --tags ~@wip --tags ~@todo

How can we omit these while still using auto parallelism?

This part of the docs seems to touch on this.