I am trying to write integration test cases(without mocking responses) for my mule flows using Munit. I have created 2 different test suites for 2 of the flows under test. Individually these tests run successfully in my local. But the build fails in my CI/CD pipeline when running them altogether.
If I add all these test cases in a single file it works successfully. Wondering if there is any fix for this as I do not want to clutter all my test cases in a single file.
Below are specific details:
Munit version: 2.3.0
Mule 4
CICD platform: Github actions
Any help would be appreciated. Thanks in advance.