Skip to content

Commit d5809b8

Browse files
committed
removed unneeded marker
1 parent 252197e commit d5809b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/groupby/test_apply.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,6 @@ def test_groupby_apply_to_series_name():
13911391
tm.assert_series_equal(result, expected)
13921392

13931393

1394-
@pytest.mark.known_ub
13951394
@pytest.mark.parametrize("dropna", [True, False])
13961395
def test_apply_na(dropna):
13971396
# GH#28984

0 commit comments

Comments
 (0)