We are using xctests to run end to end ui tests and have a project with a 3 different targets and I don't want UI tests to run on two of them because they are connected to production.
is there anyway to enforce UI tests to run only against one scheme / target ?