Parallel JUnit and Integration-Tests with maven

Hi folks.
I am using parallel steps in our build pipeline, in which i execute our tests via maven surefire and maven failsafe plugins. Now i am facing problems in my springboot application during startup. Our support thinks its due to the parallel execution of the tests.
Is it in generell not allowed to execute the unit and integration tests via maven in parallel?