diff --git a/pytest.ini b/pytest.ini index 104d0e0244..bfa07e520b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,6 +2,7 @@ filterwarnings = error::pytest.PytestUnhandledThreadExceptionWarning error::UserWarning + ignore:record_property is incompatible with junit_family:pytest.PytestWarning addopts = -m 'not remote_cluster' markers =