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>
diff --git a/tests/net/socket/poll/testcase.yaml b/tests/net/socket/poll/testcase.yaml
index e5c3913..d51412e 100644
--- a/tests/net/socket/poll/testcase.yaml
+++ b/tests/net/socket/poll/testcase.yaml
@@ -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
diff --git a/tests/net/socket/select/testcase.yaml b/tests/net/socket/select/testcase.yaml
index b9b918d..2f55904 100644
--- a/tests/net/socket/select/testcase.yaml
+++ b/tests/net/socket/select/testcase.yaml
@@ -3,6 +3,10 @@
   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:
diff --git a/tests/net/socket/tcp/testcase.yaml b/tests/net/socket/tcp/testcase.yaml
index 6db1250..d30e9b8 100644
--- a/tests/net/socket/tcp/testcase.yaml
+++ b/tests/net/socket/tcp/testcase.yaml
@@ -4,6 +4,10 @@
   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 @@
     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