Skip to content

Commit 1094d2d

Browse files
committed
Stop pretending that we want/can run YAML test with both trio and asyncio
1 parent 7c85a53 commit 1094d2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_elasticsearch/test_async/test_server/test_rest_api_spec.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
)
3939
from ...utils import parse_version
4040

41-
# TODO fix test suite so that it can be run twice
41+
# 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.
4243
pytestmark = pytest.mark.asyncio
4344

4445
XPACK_FEATURES = None

0 commit comments

Comments
 (0)