Skip to content

set skipUnless for test that relies on ANDROID_HOME

This job just started failing, but wasn't before: https://gitlab.com/eighthave/fdroidserver/-/jobs/4060582594

But I look at it, and it looks right that it fails. So how on earth was it succeeding before? Basically the os.getenv('ANDROID_HOME') returns None when ANDROID_HOME is not set. It is not set in both the jobs, so how did it not stacktrace before?

Merge request reports