We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c116ddd commit 13421b0Copy full SHA for 13421b0
1 file changed
tests/validate/test_scenario_test.py
@@ -25,7 +25,7 @@ def test_scenario_test_metric_creation(CLIENT, annotations, scenario_test):
25
assert scenario_test_metric in criteria
26
27
28
-@pytest.xfail(
+@pytest.mark.xfail(
29
reason="Race-condition with other tests and __post_init__ pattern. Need to refactor."
30
)
31
def test_list_scenario_test(CLIENT, test_slice, annotations):
0 commit comments