tests: no-multithreading: Disable networking
When networking is selected, building the test fails with: undefined reference to `z_impl_k_thread_create' Signed-off-by: Mateusz Holenko <mholenko@antmicro.com>
This commit is contained in:
parent
3cd0bf17f2
commit
93923cb0ba
|
@ -2,3 +2,4 @@ CONFIG_ZTEST=y
|
|||
CONFIG_MULTITHREADING=n
|
||||
CONFIG_BT=n
|
||||
CONFIG_USB=n
|
||||
CONFIG_NETWORKING=n
|
||||
|
|
Loading…
Reference in a new issue