Skip to content

Commit 0be346e

Browse files
nashifAnas Nashif
authored andcommitted
tests: do not use comma separated strings
platform_whitelist does not deal with comma separated strings. Also remove build_only option, this should also run on those devices. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 7fe35cf commit 0be346e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/subsys/fs/fcb/testcase.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tests:
22
test:
3-
build_only: true
4-
platform_whitelist: nrf52840_pca10056, nrf52_pca10040, nrf51_pca10028
3+
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 nrf51_pca10028
54
tags: flash_circural_buffer
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tests:
22
test:
3-
build_only: true
4-
platform_whitelist: nrf52840_pca10056, nrf52_pca10040, nrf51_pca10028
3+
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 nrf51_pca10028
54
tags: flash_map

0 commit comments

Comments
 (0)