When the Quota tests fail, may other tests are skipped:
proboscis.case.MethodTest (test_instance_returns_to_active_after_resize) ... SKIP: Failure in <class 'reddwarf.tests.api.instances.CreateInstanceQuotaTest'>
Resize should not delete users. ... SKIP: Failure in <class 'reddwarf.tests.api.instances.CreateInstanceQuotaTest'>
proboscis.case.MethodTest (test_make_sure_mysql_is_running_after_resize) ... SKIP: Failure in <class 'reddwarf.tests.api.instances.CreateInstanceQuotaTest'>
proboscis.case.MethodTest (test_instance_has_new_flavor_after_resize) ... SKIP: Failure in <class 'reddwarf.tests.api.instances.CreateInstanceQuotaTest'>
proboscis.case.MethodTest (test_resize_down) ... SKIP: Failure in <class 'reddwarf.tests.api.instances.CreateInstanceQuotaTest'>
That test probably does not need to be a dependency for many of the other tests.
Harshada: Any updates on the status of this?