File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
internal/build/cmd/generate/commands/gentests Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ var skipFiles = []string{
6262 "health/40_useractions.yml" , // internal
6363 "health/40_diagnosis.yml" , // internal
6464 "cluster.desired_nodes/20_dry_run.yml" , // internal
65+ "search.aggregation/500_percentiles_bucket.yml" ,
6566}
6667
6768// TODO: Comments into descriptions for `Skip()`
@@ -451,4 +452,11 @@ analytics/histogram.yml:
451452# incompatible storage
452453searchable_snapshots/20_synthetic_source.yml:
453454 - Tests searchable snapshots usage stats
455+
456+ # invalid maps
457+ get/100_synthetic_source.yml:
458+ - indexed dense vectors
459+ - non-indexed dense vectors
460+ search/400_synthetic_source.yml:
461+ - stored keyword without sibling fields
454462`
You can’t perform that action at this time.
0 commit comments