Skip to content

Commit 815b974

Browse files
stephanosionashif
authored andcommitted
tests: net: socket: tcp: Disable preempt test for mps2_an385
This commit disables the `net.socket.tcp.preempt` test on the `mps2_an385` platform because it fails very frequently due to the system timer stability issues. For more details, refer to the issue #48608. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 83d73f6 commit 815b974

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/net/socket/tcp/testcase.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ tests:
1212
extra_configs:
1313
- CONFIG_NET_TC_THREAD_PREEMPTIVE=y
1414
- CONFIG_NET_TCP_RANDOMIZED_RTO=n
15+
# FIXME: This test fails very frequently on mps2_an385 due to the system
16+
# timer stability issues, so keep it disabled until the root cause
17+
# is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
18+
platform_exclude: mps2_an385

0 commit comments

Comments
 (0)