We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b009f6 commit 86937e1Copy full SHA for 86937e1
internal/build/cmd/generate/commands/gentests/skips.go
@@ -51,6 +51,8 @@ var skipFiles = []string{
51
"indices.stats/50_disk_usage.yml", // Needs a replacement mechanism implementation
52
"indices.stats/60_field_usage.yml", // Needs a replacement mechanism implementation
53
"eql/10_basic.yml",
54
+ "field_caps/50_fieldtype_filter.yml", // Incompatible test, need handling for double escaping keys with dots
55
+ "search.aggregation/350_variable_width_histogram.yml",
56
}
57
58
// TODO: Comments into descriptions for `Skip()`
0 commit comments