Build: #4 failed

Job: Pipeline PR Test 6.7.4 failed

Stages & jobs

  1. Default Stage

Test results

  • 770 tests in total
  • 1 test failed
  • 4 tests were fixed
  • 12 tests were quarantined / skipped
  • 4 minutes taken in total.

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

Existing test failures 1
Status Test Failing since Duration
Failed: DID NOT RAISE <class 'LookupError'>
case = (<pipeline.domain.measurementset.MeasurementSet object at 0x7f871bf00d40>, Source(1, 'Jupiter', {}, {}), None)

    def test_select_tsys_field(case: tuple[MeasurementSet, Source, Field | None]) -> None:
        """Test select_tsys_field for correct selections."""
        ms, source, expected = case
        if expected is None:
>           with pytest.raises(LookupError):
(3 more lines...)