Skip to content

Commit

Permalink
Update tests/integ/modin/index/test_datetime_index_methods.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andong Zhan <[email protected]>
  • Loading branch information
sfc-gh-vbudati and sfc-gh-azhan authored Sep 16, 2024
1 parent fa49073 commit 867b98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integ/modin/index/test_datetime_index_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def test_floor_ceil_round_negative(func, freq, ambiguous, nonexistent):
],
tz="US/Eastern",
),
marks=pytest.mark.xfail(reason="Snowpark pandas does not support timezone"),
marks=pytest.mark.xfail(reason="TODO: SNOW-1625233 Snowpark pandas to_datetime does not support timezone"),
),
native_pd.DatetimeIndex(
[
Expand Down

0 comments on commit 867b98c

Please sign in to comment.