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