elastic / elasticsearch-serverless-python

Official Python client for Elasticsearch Serverless
Apache License 2.0
9 stars 4 forks source link

Mark failing tests with pytest.xfail #49

Closed pquentin closed 4 months ago

pquentin commented 4 months ago

The benefit of using xfail instead of skip is that if the test starts to pass, we'll be notified.