Build: #4 failed
Job: Pipeline PR Test 6.7.4 failed
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.
| Status | Test | Failing since | Duration | |
|---|---|---|---|---|
|
plotpointings_test
test_select_tsys_field[no-valid-tsys-field]
|
Failing since build #3 (Changes by Remy Indebetouw) | < 1 sec | ||
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...)
|
||||