Skip to content

Commit 88a2d8d

Browse files
committed
Mark failed cat tests too until PR gets merged
1 parent 7099768 commit 88a2d8d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test_elasticsearch_serverless/test_server/test_rest_api_spec.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,14 @@
9292
"cluster/component_templates",
9393
# TODO: expecting `ct_field` field mapping to be returned, but instead only finds `field`
9494
"indices/simulate_template",
95+
# Fixed by https://github.com/elastic/elasticsearch-clients-tests/pull/56
96+
"cat/aliases",
97+
"cat/component_templates",
98+
"cat/count",
99+
"cat/help",
100+
"cat/indices",
101+
"cat/ml",
102+
"cat/transform",
95103
}
96104

97105

0 commit comments

Comments
 (0)