Plan to Run Skipped Test to Know Status

Build: #3 failed

Job: Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 failed

Simobserve badinputs.test bad tsky: Test case result

The below summarizes the result of the test "Simobserve badinputs.test bad tsky" in build 3 of CASA - Release Engineering Master Test Skipped Python 3.12 - Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12.
Description
Simobserve badinputs.test bad tsky
Test class
test_task_simobserve
Method
simobserve_badinputs.testBad_Tsky
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

AssertionError: -1 == -1 : Unexpected exception was thrown: {'t_sky': ['min value is 0']}
test_task_simobserve.py:2249: in testBad_Tsky
    simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:346: in __call__
    assert _pc.validate(doc,schema), create_error_string(_pc.errors)
           ^^^^^^^^^^^^^^^^^^^^^^^^
E   AssertionError: {'t_sky': ['min value is 0']}

During handling of the above exception, another exception occurred:
test_task_simobserve.py:2256: in testBad_Tsky
    self.assertNotEqual(pos,-1,msg=msg)
E   AssertionError: -1 == -1 : Unexpected exception was thrown: {'t_sky': ['min value is 0']}