Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatanbaf committed Aug 4, 2022
1 parent 8f05496 commit 64e104b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/micro/zephyr/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ def xfail_on_fvp(request, use_fvp):
"""mark the tests as xfail if running on fvp."""
if request.node.get_closest_marker("xfail_on_fvp"):
if use_fvp:
request.node.add_marker(pytest.mark.xfail(reason="checking corstone300 reliability on CI"))
request.node.add_marker(
pytest.mark.xfail(reason="checking corstone300 reliability on CI")
)


def pytest_configure(config):
Expand Down

0 comments on commit 64e104b

Please sign in to comment.