Skip to content

Commit e3ef4c6

Browse files
authored
more arm skips
1 parent c1a448b commit e3ef4c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/indexes/test_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ def test_sort_values_invalid_na_position(index_with_missing, na_position):
452452
index_with_missing.sort_values(na_position=na_position)
453453

454454

455+
@pytest.mark.fails_arm_wheels
455456
@pytest.mark.filterwarnings(r"ignore:PeriodDtype\[B\] is deprecated:FutureWarning")
456457
@pytest.mark.parametrize("na_position", ["first", "last"])
457458
def test_sort_values_with_missing(index_with_missing, na_position, request):

0 commit comments

Comments
 (0)