Plan to Run Skipped Test to Know Status

Build: #2 failed

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

Simobserve badinputs.test bad noisetype: Test case result

The below summarizes the result of the test "Simobserve badinputs.test bad noisetype" in build 2 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 noisetype
Test class
test_task_simobserve
Method
simobserve_badinputs.testBad_noisetype
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

AssertionError: -1 == -1 : Unexpected exception was thrown: {'thermalnoise': ['unallowed value badname']}
test_task_simobserve.py:2204: in testBad_noisetype
    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: {'thermalnoise': ['unallowed value badname']}

During handling of the above exception, another exception occurred:
test_task_simobserve.py:2211: in testBad_noisetype
    self.assertNotEqual(pos,-1,msg=msg)
E   AssertionError: -1 == -1 : Unexpected exception was thrown: {'thermalnoise': ['unallowed value badname']}