So with my test suite, I've implemented a retry listener.
Everything works fine when running locally. When tests are retried, they are marked as skipped and the suite passes as long as there are no failures.
When executing the same on GitLab CI/CD and there are retries(skips), the job fails with...
Total tests run: 224, Failures: 0, Skips: 1
ERROR: Job Failed: command terminated with exit code 1
Can't figure out why GitLab is doing this so I'm looking for a little help with resolving this.
Thanks ahead of time
Matt