Skip to content

Commit fe3d595

Browse files
committed
samples: mgmt: mcumgr: smp_svr: fix console log checking
Order of logs from ble (adv) and main are not deterministic, do not verify console logs order. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 6c4a344 commit fe3d595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/zephyr/subsys/mgmt/mcumgr/smp_svr/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ common:
66
harness: console
77
harness_config:
88
type: multi_line
9-
ordered: true
9+
ordered: false
1010
regex:
1111
- "Starting .*bootloader"
1212
- "Jumping to the .*image slot"

0 commit comments

Comments
 (0)