Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Temporary skip decimal256 integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Jul 31, 2022
1 parent 9f6be52 commit 71e9a24
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions integration-testing/unskip.patch
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
diff --git a/dev/archery/archery/integration/datagen.py b/dev/archery/archery/integration/datagen.py
index 422130738..22e7e1834 100644
index 591aa6d0b..febe79bb2 100644
--- a/dev/archery/archery/integration/datagen.py
+++ b/dev/archery/archery/integration/datagen.py
@@ -1626,7 +1626,8 @@ def get_generated_json_files(tempdir=None):
@@ -1602,7 +1602,8 @@ def get_generated_json_files(tempdir=None):

generate_decimal256_case()
.skip_category('Go') # TODO(ARROW-7948): Decimal + Go
- .skip_category('JS'),
+ .skip_category('JS')
+ .skip_category('Rust'),

generate_datetime_case(),

@@ -1624,7 +1625,8 @@ def get_generated_json_files(tempdir=None):
generate_non_canonical_map_case()
.skip_category('C#')
.skip_category('Java') # TODO(ARROW-8715)
- .skip_category('JS'), # TODO(ARROW-8716)
+ .skip_category('JS') # TODO(ARROW-8716)
+ .skip_category('Rust'), # TODO(ARROW-8715)
+ .skip_category('Rust'),

generate_nested_case()
.skip_category('C#'),

0 comments on commit 71e9a24

Please sign in to comment.