Skip cucumber tests without getting a failed status

Hello,
I implemented a mecanism that allow to skip some cucumber scenarios when not relevant for a version.
Now, I try to get a report which display a status success when every scenario are success or skipped

Problem is that I did not find a way to get that behavior

as you can see, status of #184 is failed, even if there is no failed test in it

Do you have a way to configure testops in order to get a status=sucess or skipped in that case ?