Is your feature request related to a problem? Please describe.
When an step is disabled using xit, the Test Case is reported with the status 'pending' in the xml. Allure-reporter displays this Test Case as Failed when it's not failed.
``
``
**Describe the solution you'd like**
Allure Reporter must omit the 'pending' status. The disabled Test Cases must not fail the whole Test Case, so the Test Case status must be "passed".
Is your feature request related to a problem? Please describe. When an step is disabled using xit, the Test Case is reported with the status 'pending' in the xml. Allure-reporter displays this Test Case as Failed when it's not failed. ``