We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c85a53 commit 1094d2dCopy full SHA for 1094d2d
test_elasticsearch/test_async/test_server/test_rest_api_spec.py
@@ -38,7 +38,8 @@
38
)
39
from ...utils import parse_version
40
41
-# TODO fix test suite so that it can be run twice
+# We're not using `pytest.mark.anyio` here because it would run the test suite twice,
42
+# which does not work as it does not fully clean up after itself.
43
pytestmark = pytest.mark.asyncio
44
45
XPACK_FEATURES = None
0 commit comments