Skip to content

Commit

Permalink
test was missing the skip for non-supported timezones
Browse files Browse the repository at this point in the history
Signed-off-by: Navin Kumar <[email protected]>
  • Loading branch information
NVnavkumar committed Jan 4, 2024
1 parent dddc479 commit 1579db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/src/main/python/date_time_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ def test_string_unix_timestamp_ansi_exception():
conf=ansi_enabled_conf)

@tz_sensitive_test
@pytest.mark.skipif(not is_supported_time_zone(), reason="not all time zones are supported now, refer to https://github.com/NVIDIA/spark-rapids/issues/6839, please update after all time zones are supported")
@pytest.mark.parametrize('parser_policy', ["CORRECTED", "EXCEPTION"], ids=idfn)
def test_to_timestamp(parser_policy):
gen = StringGen("[0-9]{3}[1-9]-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]) ([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]")
Expand Down

0 comments on commit 1579db2

Please sign in to comment.