Skip to content

Commit

Permalink
Update python/cudf/cudf_pandas_tests/third_party_integration_tests/te…
Browse files Browse the repository at this point in the history
…sts/test_seaborn.py
  • Loading branch information
Matt711 authored Dec 7, 2024
1 parent 581f938 commit 688a561
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ def test_scatter(df):
return ax


@pytest.mark.xfail(
reason="AttributeError: 'ndarray' object has no attribute '_fsproxy_wrapped'"
)
def test_lineplot_with_sns_data():
df = sns.load_dataset("flights")
ax = sns.lineplot(data=df, x="month", y="passengers")
Expand Down

0 comments on commit 688a561

Please sign in to comment.