File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
test_elasticsearch_serverless/test_server Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ packages = ["elasticsearch_serverless"]
101
101
junit_family = " legacy"
102
102
xfail_strict = true
103
103
markers = " otel"
104
+ asyncio_default_fixture_loop_scope = " function"
104
105
105
106
[tool .isort ]
106
107
profile = " black"
Original file line number Diff line number Diff line change 94
94
"cluster/component_templates" ,
95
95
# TODO: expecting `ct_field` field mapping to be returned, but instead only finds `field`
96
96
"indices/simulate_template" ,
97
- # Fixed by https://github.com/elastic/elasticsearch-clients-tests/pull/56
98
- "cat/aliases" ,
99
- "cat/component_templates" ,
100
- "cat/count" ,
101
- "cat/help" ,
102
- "cat/indices" ,
103
- "cat/ml" ,
104
- "cat/transform" ,
105
97
# TODO: Not investigated yet
106
98
"indices/settings" ,
107
99
"logstash/10_basic" ,
110
102
"machine_learning/jobs_crud[0]" ,
111
103
}
112
104
SKIPPED_TESTS = {
113
- # Timeouts with async client
105
+ # Timeouts
114
106
# https://github.com/elastic/elasticsearch-serverless-python/issues/63
115
107
"cluster/cluster_info[0]" ,
116
108
"inference/10_basic[0]" ,
109
+ "machine_learning/20_trained_model_serverless[0]" ,
117
110
}
118
111
119
112
You can’t perform that action at this time.
0 commit comments