Skip to content

tests: Mark using xfail instead of skipping the file.

Amar Takhar requested to merge amar/rtems-tools:xfail into main

Summary

xfail is used when a test is failing but may work. Easier for development when the issue is fixed these will start working again.

Run pytest with:

pytest --runxfail

To see the output of the failed tests.

Remove global skip

Remove an old comment that was left behind

Edited by Amar Takhar

Merge request reports