We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ea8ff commit b894053Copy full SHA for b894053
test/integration/index.js
@@ -109,6 +109,12 @@ const xPackBlackList = {
109
'transforms_stats.yml': ['*'],
110
'transforms_stats_continuous.yml': ['*'],
111
'transforms_update.yml': ['*'],
112
+ // js does not support ulongs
113
+ 'unsigned_long/10_basic.yml': ['*'],
114
+ 'unsigned_long/20_null_value.yml': ['*'],
115
+ 'unsigned_long/30_multi_fields.yml': ['*'],
116
+ 'unsigned_long/40_different_numeric.yml': ['*'],
117
+ 'unsigned_long/50_script_values.yml': ['*'],
118
// docker issue?
119
'watcher/execute_watch/60_http_input.yml': ['*'],
120
// the checks are correct, but for some reason the test is failing on js side
0 commit comments