diff --git a/samples/posix/gettimeofday/sample.yaml b/samples/posix/gettimeofday/sample.yaml index a38bfa59f2a..8b9445a70a8 100644 --- a/samples/posix/gettimeofday/sample.yaml +++ b/samples/posix/gettimeofday/sample.yaml @@ -2,7 +2,7 @@ sample: description: POSIX API gettimeofday() example (with SNTP) name: gettimeofday common: - filter: TOOLCHAIN_HAS_NEWLIB == 1 + filter: ( TOOLCHAIN_HAS_NEWLIB == 1 and not CONFIG_SOC_FAMILY_INTEL_ADSP ) harness: net min_ram: 32 min_flash: 96