In IntelliJ, I like to enable the Run tests commit check.
In my current project, I need to have some checks to be disabled on my M1 MacBook, but now IntelliJ complains every time, as the commit check failed, due to the ignored tests.
How can I tell IntelliJ to accept ignored tests or change the run configuration to simply not run these tests?