diff --git a/test/pytest/test_prometheus.py b/test/pytest/test_prometheus.py
index 7e90f0d874a3d1bc72c4b247b4064bcd8a9545db..542bad0b09b9fdb1bdcb2b2df2f4946398a43db6 100755
--- a/test/pytest/test_prometheus.py
+++ b/test/pytest/test_prometheus.py
@@ -21,7 +21,8 @@ def ignore_alert(alert):
         return True
 
     # Ignore issues fom high load during installation phase
-    if re.search(r"(KubeAPIDown|KubeletDown|NodeFilesystemSpaceFillingUp|NodeClockNotSynchronising)",
+    # KubeProxyDown: https://open.greenhost.net/stackspin/stackspin/-/issues/1105
+    if re.search(r"(KubeAPIDown|KubeletDown|NodeFilesystemSpaceFillingUp|NodeClockNotSynchronising|KubeProxyDown)",
         alert["labels"]["alertname"]):
         return True
     # Ignore nextcloud cron jobs (https://open.greenhost.net/stackspin/stackspin/-/issues/984)