Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jdu committed Jan 9, 2025
1 parent 264f41a commit 5085eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integ/test_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2600,7 +2600,7 @@ def test_describe(session):

@pytest.mark.skipif(
"config.getoption('local_testing_mode', default=False)",
reason="DataFrame.describe is not supported in Local Testing",
reason="DataFrame.summary is not supported in Local Testing",
)
def test_summary(session):
assert TestData.test_data2(session).summary().columns == [
Expand Down

0 comments on commit 5085eb3

Please sign in to comment.