Skip to content

Commit

Permalink
Disabling OpenIOTSDK test lock-app (#28027)
Browse files Browse the repository at this point in the history
* Disabling this test

* Disabling this too
  • Loading branch information
woody-apple authored and pull[bot] committed Oct 5, 2023
1 parent 79c820b commit 8078638
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/examples-openiotsdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
/tmp/bloat_reports/
- name: Build lock-app example (mbedtls)
# Disabled being tracked here: https://github.com/project-chip/connectedhomeip/issues/28026
if: false
id: build_lock_app_mbedtls
run: |
scripts/examples/openiotsdk_example.sh -b mbedtls lock-app
Expand Down Expand Up @@ -175,6 +177,8 @@ jobs:
'scripts/examples/openiotsdk_example.sh --no-activate -C test unit-tests'
- name: Build lock-app example (psa)
# Disabled being tracked here: https://github.com/project-chip/connectedhomeip/issues/28026
if: false
id: build_lock_app_psa
run: |
scripts/examples/openiotsdk_example.sh -c -b psa lock-app
Expand Down

0 comments on commit 8078638

Please sign in to comment.