tests: net: socket: Disable unstable tests for mps2_an385

Disable unstable tests cases for mps2_an385, which fail sporadically
due to timer stability issues on that platform (see #48608).

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2022-08-08 12:38:40 +02:00 committed by Stephanos Ioannidis
parent a618143b46
commit 3eaf55a364
3 changed files with 12 additions and 4 deletions

View file

@ -1,5 +1,9 @@
common:
depends_on: netif
# FIXME: This test fails very frequently on mps2_an385 due to the system
# timer stability issues, so keep it disabled until the root cause
# is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
platform_exclude: mps2_an385
tests:
net.socket.poll:
min_ram: 21

View file

@ -3,6 +3,10 @@ common:
min_ram: 21
tags: net socket userspace
filter: TOOLCHAIN_HAS_NEWLIB == 1
# FIXME: This test fails very frequently on mps2_an385 due to the system
# timer stability issues, so keep it disabled until the root cause
# is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
platform_exclude: mps2_an385
tests:
net.socket.select:
extra_configs:

View file

@ -4,6 +4,10 @@ common:
tags: net socket userspace
filter: TOOLCHAIN_HAS_NEWLIB == 1
timeout: 120
# FIXME: This test fails very frequently on mps2_an385 due to the system
# timer stability issues, so keep it disabled until the root cause
# is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
platform_exclude: mps2_an385
tests:
net.socket.tcp:
extra_configs:
@ -12,7 +16,3 @@ tests:
extra_configs:
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
- CONFIG_NET_TCP_RANDOMIZED_RTO=n
# FIXME: This test fails very frequently on mps2_an385 due to the system
# timer stability issues, so keep it disabled until the root cause
# is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
platform_exclude: mps2_an385