File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
internal/build/cmd/generate/commands/gentests Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package gentests
1919
2020import (
2121 "fmt"
22- "strings"
22+ "strings"
2323
2424 "gopkg.in/yaml.v2"
2525)
@@ -44,7 +44,7 @@ var skipFiles = []string{
4444 "ml/evaluate_data_frame.yml" , // Floats as map keys
4545
4646 "watcher/stats/10_basic.yml" , // Sets "emit_stacktraces" as string ("true"), not bool
47-
47+
4848 "search.highlight/20_fvh.yml" , // bad backslash
4949}
5050
@@ -231,6 +231,9 @@ ml/explain_data_frame_analytics.yml:
231231 - Test empty data frame given body
232232 - Test non-empty data frame given body
233233
234+ vector-tile/10_basic.yml:
235+ vector-tile/20_aggregations.yml:
236+
234237# Test uses "n" as a property name, which is parsed as 'false' in the Go YAML library;
235238search.aggregation/10_histogram.yml:
236239
You can’t perform that action at this time.
0 commit comments