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

Commit e3b2817

Browse files
committed
Skip TestHiFrames.test_str_split_filter
1 parent f2d81fb commit e3b2817

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sdc/tests/test_hiframes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
from sdc.tests.test_utils import (count_array_REPs, count_parfor_REPs,
4545
count_parfor_OneDs, count_array_OneDs, dist_IR_contains,
4646
get_start_end,
47-
skip_numba_jit)
47+
skip_sdc_jit, skip_numba_jit)
4848

4949

5050
class TestHiFrames(TestCase):
@@ -424,6 +424,7 @@ def test_impl(df):
424424
pd.testing.assert_series_equal(
425425
hpat_func(df), test_impl(df), check_names=False)
426426

427+
@skip_sdc_jit("Could not get length of Series(StringArraySplitView)")
427428
@skip_numba_jit
428429
def test_str_split_filter(self):
429430
def test_impl(df):

0 commit comments

Comments
 (0)