During ADO builds, and sometimes even on github builds, the download of the RC Plane case from the example data pyansys github repository might fail. On ADO this is troublesome since one has to rerun a full build just because of that
Since on ADO builds there's no need to download the data I have now changes the test to switch to the local path.
In case of the github builds instead, I have implemented a retry strategy
During ADO builds, and sometimes even on github builds, the download of the RC Plane case from the example data pyansys github repository might fail. On ADO this is troublesome since one has to rerun a full build just because of that
Since on ADO builds there's no need to download the data I have now changes the test to switch to the local path. In case of the github builds instead, I have implemented a retry strategy