Skip to content

Commit 2cfab60

Browse files
committed
Generator: Tests: Update the list of skipped tests
Skip the "unsigned int" as the YAML parser trips on them; https://play.golang.org/p/Fshfve-RQAy (cherry picked from commit 35fd8bc)
1 parent 861cc38 commit 2cfab60

File tree

1 file changed

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

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,11 @@ data_stream/40_supported_apis.yml:
292292
- Open write index for data stream opens all backing indices
293293
data_stream/90_reindex.yml:
294294
- Reindex from data stream into an index
295+
296+
# Error: constant 9223372036854775808 overflows int (https://play.golang.org/p/Fshfve-RQAy)
297+
unsigned_long/10_basic.yml:
298+
unsigned_long/20_null_value.yml:
299+
unsigned_long/30_multi_fields.yml:
300+
unsigned_long/40_different_numeric.yml:
301+
unsigned_long/50_script_values.yml:
295302
`

0 commit comments

Comments
 (0)