Skip to content

Commit 4e214c4

Browse files
committed
Generator: Tests: Update the list of skipped tests
(cherry picked from commit 0e29a90)
1 parent dcceee5 commit 4e214c4

File tree

1 file changed

+12
-0
lines changed
  • internal/cmd/generate/commands/gentests

1 file changed

+12
-0
lines changed

internal/cmd/generate/commands/gentests/skips.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,18 @@ cat.aliases/10_basic.yml:
105105
indices.put_mapping/10_basic.yml:
106106
- "Put mappings with explicit _doc type bwc"
107107
108+
# Test fails with: [400 Bad Request] illegal_argument_exception, "template [test] has index patterns [test-*] matching patterns from existing index templates [test2,test] with patterns (test2 => [test-*],test => [test-*, test2-*]), use index templates (/_index_template) instead"
109+
test/indices.put_template/10_basic.yml:
110+
111+
# Incompatible regex
112+
cat.templates/10_basic.yml:
113+
- "Sort templates"
114+
- "Multiple template"
115+
116+
# Missing test setup
117+
cluster.voting_config_exclusions/10_basic.yml:
118+
- "Add voting config exclusion by unknown node name"
119+
108120
# Not relevant
109121
search/issue4895.yml:
110122
search/issue9606.yml:

0 commit comments

Comments
 (0)