[Backport 7.x] Skip ulong integration test test (#1326)
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f5b8d32c15
commit
c877e75d85
@ -103,6 +103,12 @@ const xPackBlackList = {
|
|||||||
'transforms_stats.yml': ['*'],
|
'transforms_stats.yml': ['*'],
|
||||||
'transforms_stats_continuous.yml': ['*'],
|
'transforms_stats_continuous.yml': ['*'],
|
||||||
'transforms_update.yml': ['*'],
|
'transforms_update.yml': ['*'],
|
||||||
|
// js does not support ulongs
|
||||||
|
'unsigned_long/10_basic.yml': ['*'],
|
||||||
|
'unsigned_long/20_null_value.yml': ['*'],
|
||||||
|
'unsigned_long/30_multi_fields.yml': ['*'],
|
||||||
|
'unsigned_long/40_different_numeric.yml': ['*'],
|
||||||
|
'unsigned_long/50_script_values.yml': ['*'],
|
||||||
// docker issue?
|
// docker issue?
|
||||||
'watcher/execute_watch/60_http_input.yml': ['*'],
|
'watcher/execute_watch/60_http_input.yml': ['*'],
|
||||||
// the checks are correct, but for some reason the test is failing on js side
|
// the checks are correct, but for some reason the test is failing on js side
|
||||||
|
|||||||
Reference in New Issue
Block a user