Skip to content

Commit c116ddd

Browse files
authored
XFAIL race conditioning flaky test (#331)
1 parent eeb9949 commit c116ddd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/validate/test_scenario_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ def test_scenario_test_metric_creation(CLIENT, annotations, scenario_test):
2525
assert scenario_test_metric in criteria
2626

2727

28+
@pytest.xfail(
29+
reason="Race-condition with other tests and __post_init__ pattern. Need to refactor."
30+
)
2831
def test_list_scenario_test(CLIENT, test_slice, annotations):
2932
test_name = "scenario_test_" + get_uuid() # use uuid to make unique
3033

0 commit comments

Comments
 (0)