ci/test-on-iotlab: exclude tests/periph_timer_short_relative_set

This commit is contained in:
Alexandre Abadie 2021-01-20 14:54:19 +01:00
parent f8fe14ebf7
commit 4baa19c046
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -76,11 +76,12 @@ jobs:
DOCKER_ENVIRONMENT_CMDLINE: -e BUILD_FILES=\$$\(BINFILE\)
COMPILE_AND_TEST_FOR_BOARD: ./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py
COMPILE_AND_TEST_ARGS: --with-test-only --jobs=2 --report-xml
# Exclude applications that cannot run on iotlab
# Exclude applications that are expected to fail or cannot run on iotlab
# - tests/periph_timer_short_relative_set is expected to fail
# - tests/riotboot requires the riotboot feature and provides a test
# but flashing at a specific offset is not (yet) supported on IoT-LAB
# so it will always fail because of that limitation
APPLICATIONS_EXCLUDE: tests/riotboot
APPLICATIONS_EXCLUDE: tests/periph_timer_short_relative_set tests/riotboot
steps:
- name: Set up Python 3.8
uses: actions/setup-python@v2