Skip to content

Commit 5686f1a

Browse files
authored
CI: Update skiplist (#553)
1 parent 8a5741c commit 5686f1a

File tree

1 file changed

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

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
452453
searchable_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
`

0 commit comments

Comments
 (0)