From 75c1a9a3aa695fc8c0c1ab9712e99ecb22eb8ae4 Mon Sep 17 00:00:00 2001
From: Dario Nieuwenhuis <dirbaio@dirbaio.net>
Date: Fri, 6 Oct 2023 23:25:39 +0200
Subject: [PATCH] disable flaky f2 eth test

---
 ci.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci.sh b/ci.sh
index d8bbb7858..46a48f6b2 100755
--- a/ci.sh
+++ b/ci.sh
@@ -203,7 +203,7 @@ cargo batch  \
 
 rm out/tests/stm32wb55rg/wpan_mac
 rm out/tests/stm32wb55rg/wpan_ble
-
+rm out/tests/stm32f207zg/eth
 
 if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
     echo No teleprobe token found, skipping running HIL tests