Skip to content

Commit 169830f

Browse files
committed
Mark more tests as slow
1 parent a7e284c commit 169830f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pandas/tests/indexing/test_loc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,7 @@ def test_loc_non_unique(self):
10271027
tm.assert_frame_equal(result, expected)
10281028

10291029
@pytest.mark.arm_slow
1030+
@pytest.mark.slow
10301031
@pytest.mark.parametrize("length, l2", [[900, 100], [900000, 100000]])
10311032
def test_loc_non_unique_memory_error(self, length, l2):
10321033
# GH 4280

pandas/tests/test_sorting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def test_int64_overflow_groupby_large_range(self):
8989
grouped = data.groupby(["a", "b", "c", "d"])
9090
assert len(grouped) == len(values)
9191

92+
@pytest.mark.slow
9293
@pytest.mark.parametrize("agg", ["mean", "median"])
9394
def test_int64_overflow_groupby_large_df_shuffled(self, agg):
9495
rs = np.random.default_rng(2)

0 commit comments

Comments
 (0)