Skip to content

Commit

Permalink
update xfail arg
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Jul 26, 2024
1 parent 60b7f8e commit 3e7a8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/embedding/test_qk_eng_wb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def _innertest():
_innertest()


@pytest.mark.xfail(condition=is_on_docker(), reason="docker")
@pytest.mark.xfail(is_on_docker(), reason="Fails only on docker image")
@pytest.mark.embedding
def test_qk_eng_wb2_007(printer, selection, embedded_app, assets):
"""Fatigue.
Expand Down

0 comments on commit 3e7a8bf

Please sign in to comment.