Skip to content

Commit 2aa9080

Browse files
committed
Add incompatible yaml tests to skip list
1 parent 0558892 commit 2aa9080

File tree

1 file changed

+5
-2
lines changed
  • internal/build/cmd/generate/commands/gentests

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package gentests
1919

2020
import (
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;
235238
search.aggregation/10_histogram.yml:
236239

0 commit comments

Comments
 (0)