Skip to content

Commit

Permalink
chore: fix Android API 23 test (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Sep 19, 2024
1 parent 547b88e commit 72fad65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
fail-fast: false
matrix:
emulator: [
# Temporarily disabled due to emulator issues
# { api-level: 23, target: google_apis },
{ api-level: 23, target: google_apis },
{ api-level: 34, target: playstore }
]
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,11 @@ private fun testSDK(): String {
}

// Test Federation
val fedResp = Federation().resolveAddress("example*lobstr.co")
if (fedResp == null || fedResp.accountId == null) {
throw Exception("Query Federation failed")
}
// Disable the test: https://stackoverflow.com/questions/64844311/certpathvalidatorexception-connecting-to-a-lets-encrypt-host-on-android-m-or-ea
// val fedResp = Federation().resolveAddress("example*lobstr.co")
// if (fedResp == null || fedResp.accountId == null) {
// throw Exception("Query Federation failed")
// }

// build and parse transaction
val source: KeyPair =
Expand Down

0 comments on commit 72fad65

Please sign in to comment.