We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb9949 commit c116dddCopy full SHA for c116ddd
1 file changed
tests/validate/test_scenario_test.py
@@ -25,6 +25,9 @@ def test_scenario_test_metric_creation(CLIENT, annotations, scenario_test):
25
assert scenario_test_metric in criteria
26
27
28
+@pytest.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):
32
test_name = "scenario_test_" + get_uuid() # use uuid to make unique
33
0 commit comments