Skip to content

Commit 13421b0

Browse files
authored
Fix missing pytest.mark.xfail (#332)
1 parent c116ddd commit 13421b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validate/test_scenario_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_scenario_test_metric_creation(CLIENT, annotations, scenario_test):
2525
assert scenario_test_metric in criteria
2626

2727

28-
@pytest.xfail(
28+
@pytest.mark.xfail(
2929
reason="Race-condition with other tests and __post_init__ pattern. Need to refactor."
3030
)
3131
def test_list_scenario_test(CLIENT, test_slice, annotations):

0 commit comments

Comments
 (0)