How to Disable iOS Tests on React Native App?

Does anyone know how to disable iOS Tests on a React Native app? I’ve looked through the workflow and can’t figure out what to change to disable the tests from running.

Hi @connortyrrell,
if our scanner (by pushing the Add new app button) generated your config (bitrise.yml) for your react native project it should not contain Xcode Test for iOS step, but it contains npm step with test command.
However you can just remove the unnecessary step from your workflow.