Skip to content

Commit 870bc9d

Browse files
committed
Generator: Fix skipped tests list
1 parent f1823ea commit 870bc9d

File tree

1 file changed

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

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ runtime_fields/30_double.yml:
145145
146146
# Stash in body
147147
api_key/10_basic.yml:
148-
- Test invalidate api key
148+
- Test invalidate api keys
149+
api_key/11_invalidation.yml:
150+
- Test invalidate api key by username
149151
rollup/put_job.yml:
150152
- Test put job with templates
151153
@@ -293,10 +295,11 @@ data_stream/40_supported_apis.yml:
293295
data_stream/90_reindex.yml:
294296
- Reindex from data stream into an index
295297
296-
# Error: constant 9223372036854775808 overflows int (https://play.golang.org/p/Fshfve-RQAy)
298+
# Error: constant 9223372036854775808 overflows int (https://play.golang.org/p/7pUdz-_Pdom)
297299
unsigned_long/10_basic.yml:
298300
unsigned_long/20_null_value.yml:
299301
unsigned_long/30_multi_fields.yml:
300302
unsigned_long/40_different_numeric.yml:
301303
unsigned_long/50_script_values.yml:
304+
unsigned_long/60_collapse.yml:
302305
`

0 commit comments

Comments
 (0)