mdolab / MACH-Aero

MACH: MDO of Aircraft Configurations with High fidelity
112 stars 53 forks source link

Temp fix - skipping IPOPT on intel images #68

Closed marcomangano closed 2 years ago

marcomangano commented 2 years ago

Purpose

Until we implement a way to install and test IPOPT on intel container (capability removed as we switched to pyenv on the docker images), we add a skiptest decorator to the related MACH-Aero test. Given the logic described here, this is only enabled on intel-compiled images.

This PR needs to be reverted as soon as IPOPT becomes available again.

Type of change

Testing

Checklist