Skip to content

Commit 6ca3076

Browse files
committed
update skip list
1 parent 03ad52c commit 6ca3076

File tree

1 file changed

+29
-1
lines changed
  • internal/build/cmd/generate/commands/gentests

1 file changed

+29
-1
lines changed

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

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ var skipFiles = []string{
6767
".*esql\\/.*.yml",
6868
"deprecation/10_basic.yml", // incompatible test generation
6969
"search/520_fetch_fields.yml", // disabled for inconsistency
70+
"ingest_geoip/20_geoip_processor.yml",
7071
}
7172

7273
// TODO: Comments into descriptions for `Skip()`
@@ -355,9 +356,9 @@ ml/search_knn_query_vector_builder.yml:
355356
ml/text_embedding_search.yml:
356357
ml/text_expansion_search_rank_features.yml:
357358
358-
# TEMPORARY: Missing 'body: { indices: "test_index" }' payload, TODO: PR
359359
snapshot/10_basic.yml:
360360
- Create a source only snapshot and then restore it
361+
- Failed to snapshot indices with synthetic source
361362
362363
# illegal_argument_exception: Provided password hash uses [NOOP] but the configured hashing algorithm is [BCRYPT]
363364
users/10_basic.yml:
@@ -464,6 +465,7 @@ nodes.stats/11_indices_metrics.yml:
464465
- Metric - blank for indices shards
465466
- Metric - _all for indices shards
466467
- indices shards total count test
468+
- Lucene segment level fields stats
467469
468470
data_stream/10_data_stream_resolvability.yml:
469471
- Verify data stream resolvability in ILM remove policy API
@@ -568,4 +570,30 @@ search/520_fetch_fields.yml:
568570
569571
spatial/140_synthetic_source.yml:
570572
- point
573+
574+
search.suggest/20_phrase.yml:
575+
- breaks ties by sorting terms
576+
577+
search/600_flattened_ignore_above.yml:
578+
- flattened ignore_above single-value field
579+
580+
ingest_geoip/50_ip_lookup_processor.yml:
581+
- Test ip_location processor with defaults
582+
583+
ingest_geoip/60_ip_location_databases.yml:
584+
- Test adding, getting, and removing ip location databases
585+
586+
ingest_geoip/30_geoip_stats.yml:
587+
- Test geoip stats
588+
589+
ingest_geoip/40_geoip_databases.yml:
590+
- Test adding, getting, and removing geoip databases
591+
592+
indices.create/20_synthetic_source.yml:
593+
- synthetic_source with disabled doc_values
594+
- synthetic_source with copy_to
595+
- disabled object contains array
596+
597+
cluster.stats/30_ccs_stats.yml:
598+
- cross-cluster search stats search
571599
`

0 commit comments

Comments
 (0)