Ex_unit tags for umbrella apps

How do I exclude specific apps from running tests in an umbrella
I tried with
mix test --exclude my_app
and
mix test --exclude apps/my_app/test
but both are still running my tests
Do you think the app name would be useful to be added as a tag for tests ?