Build: #8 failed

Job: Pipeline PR Test 6.7.4 failed

Stages & jobs

  1. Default Stage

Test results

  • 725 tests in total
  • 1 test failed
  • 13 tests were quarantined / skipped
  • 13 minutes taken in total.

Build 8 has the following 1 errors:There were no new test failures since the previous build.

Existing test failures 1
Status Test Failing since Duration
NameError: name 'unix_seconds_to_datetime' is not defined
inp = [1, 1.5]
expected = [datetime.datetime(1970, 1, 1, 0, 0, 1, tzinfo=datetime.timezone.utc), datetime.datetime(1970, 1, 1, 0, 0, 1, 500000, tzinfo=datetime.timezone.utc)]

    @pytest.mark.parametrize("inp, expected", [
        ([1, 1.5], [
            datetime.datetime(1970, 1, 1, 0, 0, 1, tzinfo=UTC),
            datetime.datetime(1970, 1, 1, 0, 0, 1, 500000, tzinfo=UTC),
(9 more lines...)