diff --git a/theodolite/src/test/kotlin/theodolite/execution/operator/ExecutionEventHandlerTestWithInformer.kt b/theodolite/src/test/kotlin/theodolite/execution/operator/ExecutionEventHandlerTestWithInformer.kt
index b0904fdb7319a31a1845efa5c71282f03e490381..77a3986f1e078c9b2557a9b4b0a19335a8267ab2 100644
--- a/theodolite/src/test/kotlin/theodolite/execution/operator/ExecutionEventHandlerTestWithInformer.kt
+++ b/theodolite/src/test/kotlin/theodolite/execution/operator/ExecutionEventHandlerTestWithInformer.kt
@@ -109,6 +109,7 @@ class ExecutionEventHandlerTestWithInformer {
 
     @Test
     @DisplayName("Test onAdd method for executions with execution state `RUNNING`")
+    @Disabled("Flaky test due to multiple informer events.")
     fun testOnAddWithStatusRunning() {
         // Create first version of execution resource
         val executionResource = getExecutionFromSystemResource("k8s-resource-files/test-execution.yaml")