Skip to content

Commit b015841

Browse files
committed
test: disable test_df_ffill temporarily
1 parent 770918e commit b015841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_dataframe_polars.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,6 +1198,7 @@ def test_df_fillna(scalars_dfs, col, fill_value):
11981198
pd.testing.assert_frame_equal(bf_result, pd_result, check_dtype=False)
11991199

12001200

1201+
@pytest.mark.skip("b/436316698 unit test failed for python 3.12")
12011202
def test_df_ffill(scalars_dfs):
12021203
scalars_df, scalars_pandas_df = scalars_dfs
12031204
bf_result = scalars_df[["int64_col", "float64_col"]].ffill(limit=1).to_pandas()

0 commit comments

Comments
 (0)