samples: net: syslog: remove case without newlib
Newlib is being always enabled here, the config does not stick. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
16bbcfa481
commit
c78350505e
|
@ -10,9 +10,6 @@ tests:
|
|||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
extra_configs:
|
||||
- CONFIG_NEWLIB_LIBC=y
|
||||
sample.net.syslog.without_timefuncs:
|
||||
extra_configs:
|
||||
- CONFIG_NEWLIB_LIBC=n
|
||||
sample.net.syslog.ipv4_only:
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
extra_configs:
|
||||
|
|
Loading…
Reference in New Issue