Skip to content

Commit 879cb27

Browse files
committed
Stop trying to run clients tests twice in a row
1 parent ed3a069 commit 879cb27

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

4344
XPACK_FEATURES = None
4445
ES_VERSION = None

0 commit comments

Comments
 (0)