Skip to content

Commit b894053

Browse files
authored
Skip ulong integration test test (#1325)
1 parent f5ea8ff commit b894053

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/integration/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ const xPackBlackList = {
109109
'transforms_stats.yml': ['*'],
110110
'transforms_stats_continuous.yml': ['*'],
111111
'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': ['*'],
112118
// docker issue?
113119
'watcher/execute_watch/60_http_input.yml': ['*'],
114120
// the checks are correct, but for some reason the test is failing on js side

0 commit comments

Comments
 (0)