On the collection 'header' we have some tests to verify response time/content type of every call, however with the ability to 'skip' on specific calls where we do not want to do this.

On the Setup folder, our Pre-request script says to skip both of these tests

When running these tests in postman ( or through build agents ) the tests are successfully skipped

If I add a test to one of these calls, in Report portal it starts to ignore the skip... even though the test isn't run:

On the collection 'header' we have some tests to verify response time/content type of every call, however with the ability to 'skip' on specific calls where we do not want to do this.
On the Setup folder, our Pre-request script says to skip both of these tests
When running these tests in postman ( or through build agents ) the tests are successfully skipped
If I add a test to one of these calls, in Report portal it starts to ignore the skip... even though the test isn't run: