You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by do...@apache.org on 2024/01/05 22:07:12 UTC

(arrow) branch main updated: GH-39047: [JS] Enable test for generate_primitive_large_offsets_case (#39470)

This is an automated email from the ASF dual-hosted git repository.

domoritz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 694fd7ed89 GH-39047: [JS] Enable test for generate_primitive_large_offsets_case (#39470)
694fd7ed89 is described below

commit 694fd7ed89e9e5dd02af1ddf84dd098de87bbcea
Author: Dominik Moritz <do...@apache.org>
AuthorDate: Fri Jan 5 22:07:06 2024 +0000

    GH-39047: [JS] Enable test for generate_primitive_large_offsets_case (#39470)
    
    * Closes: #39047
---
 dev/archery/archery/integration/datagen.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev/archery/archery/integration/datagen.py b/dev/archery/archery/integration/datagen.py
index 230ec5b3ef..5cae907a4a 100644
--- a/dev/archery/archery/integration/datagen.py
+++ b/dev/archery/archery/integration/datagen.py
@@ -1873,8 +1873,7 @@ def get_generated_json_files(tempdir=None):
         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]),