Skip to content

Commit

Permalink
apacheGH-39047: [JS] Enable test for generate_primitive_large_offsets…
Browse files Browse the repository at this point in the history
…_case (apache#39470)

* Closes: apache#39047
  • Loading branch information
domoritz authored and dgreiss committed Feb 17, 2024
1 parent 7977fb9 commit 41b0268
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/archery/archery/integration/datagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1873,8 +1873,7 @@ def _temp_path():
generate_primitive_case([0, 0, 0], name='primitive_zerolength'),

generate_primitive_large_offsets_case([17, 20])
.skip_tester('C#')
.skip_tester('JS'),
.skip_tester('C#'),

generate_null_case([10, 0]),

Expand Down

0 comments on commit 41b0268

Please sign in to comment.