Skip to content

Commit

Permalink
scripts: Add ANT samples to quarantine
Browse files Browse the repository at this point in the history
ANT redefines _CONCAT_2 macro, hence quarantine all samples until
fixed.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
  • Loading branch information
rlubos committed Mar 14, 2024
1 parent 60fb8e5 commit d31e536
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion scripts/quarantine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,33 @@
# will be skipped if quarantine is used. More details here:
# https://docs.zephyrproject.org/latest/guides/test/twister.html#quarantine
# To have an empty list use:
# - scenarios:
# - None
# platforms:
# - all

- scenarios:
- None
- sample.bsc_rx
- sample.bsc_rx.dual_core
- sample.bsc_rx.single_core
- sample.bsc_tx
- sample.bsc_tx.dual_core
- sample.bsc_tx.single_core
- sample.ble_ant_app_hrm
- sample.ble_ant_app_hrm.dual_core
- sample.ble_ant_app_hrm.single_core
- sample.bpwr_rx
- sample.bpwr_rx.dual_core
- sample.bpwr_rx.single_core
- sample.bpwr_tx
- sample.bpwr_tx.dual_core
- sample.bpwr_tx.single_core
- sample.hrm_rx
- sample.hrm_rx.dual_core
- sample.hrm_rx.single_core
- sample.hrm_tx
- sample.hrm_tx.dual_core
- sample.hrm_tx.single_core
platforms:
- all
comment: "ANT samples fail to build because the ANT repository redefines _CONCAT_2 macro"

0 comments on commit d31e536

Please sign in to comment.