Skip to content

Commit

Permalink
Excludek sample_embedded_sync test for nRF52840
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre committed Jan 4, 2024
1 parent 5dec341 commit d4cc2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
- name: Run Renode tests
run: |
source ${{ env.VENV_RENODE }}/bin/activate
${{ env.RENODE }}/renode-test --variable BASE_DIR:$GITHUB_WORKSPACE --variable TARGET:nrf52840 --exclude NoCI --exclude libopencm3 tests/*.robot
${{ env.RENODE }}/renode-test --variable BASE_DIR:$GITHUB_WORKSPACE --variable TARGET:nrf52840 --exclude NoCI --exclude libopencm3 --exclude xfail-nrf52840 tests/*.robot
- name: Delete CMSIS build artifact for nRF52840
uses: geekyeggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af # v2.0.0
Expand Down
1 change: 1 addition & 0 deletions tests/sample_embedded_sync.robot
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ${EXECUTABLE} simple_embedding/sample_embedded_sync.elf

*** Test Cases ***
CMSIS
[tags] xfail-nrf52840
Run Sample For Library cmsis ${EXECUTABLE}
Output Should Show Success

Expand Down

0 comments on commit d4cc2c5

Please sign in to comment.