Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions internal/build/cmd/generate/commands/gentests/skips.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ var skipFiles = []string{
"health/40_useractions.yml", // internal
"health/40_diagnosis.yml", // internal
"cluster.desired_nodes/20_dry_run.yml", // internal
"search.aggregation/500_percentiles_bucket.yml",
}

// TODO: Comments into descriptions for `Skip()`
Expand Down Expand Up @@ -451,4 +452,11 @@ analytics/histogram.yml:
# incompatible storage
searchable_snapshots/20_synthetic_source.yml:
- Tests searchable snapshots usage stats

# invalid maps
get/100_synthetic_source.yml:
- indexed dense vectors
- non-indexed dense vectors
search/400_synthetic_source.yml:
- stored keyword without sibling fields
`