Helioviewer-Project / python-api

Python wrapper around the Helioviewer API.
https://hvpy.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
6 stars 5 forks source link

Skip reQueueMovie Test #53

Closed dgarciabriseno closed 1 year ago

dgarciabriseno commented 1 year ago

A patch on the API broke CI for this test.

The problem is reQueueMovie will fail while the movie is being generated.

When CI attempts to execute the reQueueMovie API the first time it will pass and the movie starts getting processed. Then following tests done in other python environments will fail because the movie is being generated and the API will fail the request.