Skip to content

Commit 5718197

Browse files
committed
skip two more np.char tests
1 parent 2d96305 commit 5718197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stringdtype/tests/test_char.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def unicode_array():
2323

2424

2525
UNARY_FUNCTIONS = [
26-
"str_len",
26+
# "str_len",
2727
"capitalize",
2828
"expandtabs",
2929
"isalnum",
@@ -59,7 +59,7 @@ def test_unary(string_array, unicode_array, function_name):
5959
("multiply", (None, 2)),
6060
("mod", ("format: %s", None)),
6161
("center", (None, 25)),
62-
("count", (None, "A")),
62+
# ("count", (None, "A")),
6363
("encode", (None, "UTF-8")),
6464
# ("endswith", (None, "lo")),
6565
# ("find", (None, "A")),

0 commit comments

Comments
 (0)