@@ -67,6 +67,15 @@ var skipFiles = []string{
6767 ".*esql\\ /.*.yml" ,
6868 "deprecation/10_basic.yml" , // incompatible test generation
6969 "search/520_fetch_fields.yml" , // disabled for inconsistency
70+ "search.vectors/90_sparse_vector.yml" ,
71+ "indices.create/21_synthetic_source_stored.yml" ,
72+ "indices.create/20_synthetic_source.yml" ,
73+ "indices.recovery/20_synthetic_source.yml" ,
74+ "ingest_geoip/20_geoip_processor.yml" ,
75+ "range/20_synthetic_source.yml" ,
76+ "search/600_flattened_ignore_above.yml" ,
77+ "search/540_ignore_above_synthetic_source.yml" ,
78+ "update/100_synthetic_source.yml" ,
7079}
7180
7281// TODO: Comments into descriptions for `Skip()`
@@ -224,6 +233,13 @@ tsdb/40_search.yml:
224233tsdb/70_dimension_types.yml:
225234 - flattened field missing routing path field
226235
236+ tsdb/25_id_generation.yml:
237+ - delete over _bulk
238+
239+ tsdb/90_unsupported_operations.yml:
240+ - index with routing over _bulk
241+ - update over _bulk
242+
227243# Deliberate wrong type doesn't match Go types
228244cluster.desired_nodes/10_basic.yml:
229245 - Test version must be a number
@@ -464,6 +480,8 @@ nodes.stats/11_indices_metrics.yml:
464480 - Metric - blank for indices shards
465481 - Metric - _all for indices shards
466482 - indices shards total count test
483+ - indices mappings exact count test for indices level
484+ - Lucene segment level fields stats
467485
468486data_stream/10_data_stream_resolvability.yml:
469487 - Verify data stream resolvability in ILM remove policy API
@@ -528,12 +546,22 @@ get/100_synthetic_source.yml:
528546 - non-indexed dense vectors
529547 - fields with ignore_malformed
530548 - flattened field with ignore_above
549+ - fetch without refresh also produces synthetic source
550+ - doc values keyword with ignore_above
551+ - stored keyword with ignore_above
552+ - flattened field
553+ - flattened field with ignore_above and arrays
531554
532555indices.stats/70_write_load.yml:
533556 - Write load average is tracked at shard level
534557
535558search/400_synthetic_source.yml:
536559 - stored keyword without sibling fields
560+ - doc values keyword with ignore_above
561+ - stored keyword with ignore_above
562+
563+ search/140_pre_filter_search_shards.yml:
564+ - pre_filter_shard_size with shards that have no hit
537565
538566health/10_usage.yml:
539567 - Usage stats on the health API
@@ -560,6 +588,7 @@ logsdb/10_settings.yml:
560588 - override sort order settings
561589 - override sort missing settings
562590 - override sort mode settings
591+ - default ignore dynamic beyond limit and default sorting with hostname
563592
564593# expects map, got nil
565594search/520_fetch_fields.yml:
@@ -568,4 +597,40 @@ search/520_fetch_fields.yml:
568597
569598spatial/140_synthetic_source.yml:
570599 - point
600+
601+ analysis-common/40_token_filters.yml:
602+ - stemmer_override file access
603+
604+ cluster.stats/30_ccs_stats.yml:
605+ - cross-cluster search stats search
606+
607+ cluster.stats/40_source_modes.yml:
608+ - test source modes
609+
610+ index/92_metrics_auto_subobjects.yml:
611+ - Metrics object indexing with synthetic source
612+
613+ index/91_metrics_no_subobjects.yml:
614+ - Metrics object indexing with synthetic source
615+
616+ ingest_geoip/40_geoip_databases.yml:
617+ - Test adding, getting, and removing geoip databases
618+
619+ ingest_geoip/30_geoip_stats.yml:
620+ - Test geoip stats
621+
622+ ingest_geoip/60_ip_location_databases.yml:
623+ - Test adding, getting, and removing ip location databases
624+
625+ ingest_geoip/50_ip_lookup_processor.yml:
626+ - Test ip_location processor with defaults
627+
628+ logsdb/20_source_mapping.yml:
629+ - synthetic _source is default
630+
631+ search.suggest/20_phrase.yml:
632+ - breaks ties by sorting terms
633+
634+ migrate/30_create_from.yml:
635+ - Test create_from with remove_index_blocks default of true
571636`
0 commit comments