Skip to content

Commit 392057e

Browse files
committed
pytest.ini: Enable strict xfail
Tests marked as xfailing should be failing - if they are not, it means something in Scylla changed and we need to adapt the tests. This attribute means that a passing xtest will cause a failure.
1 parent bc32726 commit 392057e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[pytest]
22
log_format = %(asctime)s.%(msecs)03d %(levelname)s [%(module)s:%(lineno)s]: %(message)s
33
log_level = DEBUG
4-
log_date_format = %Y-%m-%d %H:%M:%S
4+
log_date_format = %Y-%m-%d %H:%M:%S
5+
xfail_strict=true

0 commit comments

Comments
 (0)