Skip to content

Commit 0188d70

Browse files
ci: Disable Home Assistant integration test (#2587)
The home assistant integration tests fail because of an expired SSL certificate. Building the home assistant app locally results in the same error.
1 parent 8b96909 commit 0188d70

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@ jobs:
7979
home-assistant-tests:
8080
runs-on: macos-11
8181
timeout-minutes: 60
82+
# Disable for now as home assistant depends on a dependency ofr static.realm.io, which has a SSL certificate problem
83+
# The job fails with:
84+
# Downloading dependency: 12.13.0 from https://static.realm.io/downloads/core/realm-monorepo-xcframework-v12.13.0.tar.xz
85+
# Downloading core failed:
86+
# https://static.realm.io/downloads/core/realm-monorepo-xcframework-v12.13.0.tar.xz
87+
# curl: (60) SSL certificate problem: certificate has expired
88+
# More details here: https://curl.se/docs/sslcerts.html
89+
# We can enable this again once realm fixed their SSL certificate issue or home-kit assistant fixed resolving their dependency.
90+
if: false
8291
env:
8392
DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer
8493
steps:

0 commit comments

Comments
 (0)