Open
Description
Currently, integration tests depend on a version of CDAP, and always get the application class from that version, and deploy it using the deploy(Class appClassz)
method. However, this means that even if you are testing on a cluster with a different version of CDAP than the version that cdap-integration-tests is built with, you will still end up testing a version of the app that was cdap-integration-tests was built with.