Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix espresso tests failure on CI #964

Merged
merged 1 commit into from
Jan 14, 2021

Conversation

werman
Copy link
Contributor

@werman werman commented Jan 10, 2021

  1. Recently instrumented CI started to fail with:
    Error: Unable to process command '::set-env name=ANDROID_HOME,::/Users/runner/android-sdk' successfully.

  2. Bumping of androidx.test:runner androidx.test:rules resulted in an error:
    AAPT: error: attribute android:forceQueryable not found.

  3. .test.BuildConfig doesn't contain configs set in gradle

  4. Starting of the instrumented app stucked somewhere after a bump of
    com.squareup.okhttp3:mockwebserver for unknown reason, revert it for
    now.

1) Recently instrumented CI started to fail with:
 Error: Unable to process command '::set-env name=ANDROID_HOME,::/Users/runner/android-sdk' successfully.

2) Bumping of androidx.test:runner androidx.test:rules resulted in an error:
 AAPT: error: attribute android:forceQueryable not found.

3) .test.BuildConfig doesn't contain configs set in gradle

4) Starting of the instrumented app stucked somewhere after a bump of
   com.squareup.okhttp3:mockwebserver for unknown reason, revert it for
   now.
@segler-alex segler-alex merged commit 05e7060 into segler-alex:master Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants