Skip to content

Commit

Permalink
update name skip_category -> skip_tester
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Sep 21, 2023
1 parent c273962 commit 50c7e5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/archery/archery/integration/datagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1805,11 +1805,11 @@ def _temp_path():
generate_datetime_case(),

generate_duration_case()
.skip_category('C#'),
.skip_tester('C#'),

generate_interval_case()
.skip_category('C#')
.skip_category('JS'), # TODO(ARROW-5239): Intervals + JS
.skip_tester('C#')
.skip_tester('JS'), # TODO(ARROW-5239): Intervals + JS

generate_month_day_nano_interval_case()
.skip_tester('C#')
Expand Down

0 comments on commit 50c7e5a

Please sign in to comment.