Example #1
0
def skip_if_not_utc():
    if (not is_tz_utc()):
        skip_unless_precommit_tests(
            'The java system time zone is not set to UTC')
Example #2
0
def skip_if_not_utc():
    if (not is_tz_utc()):
        pytest.skip('The java system time zone is not set to UTC')