From 737710f3c19394001e2b030c324919b37972f419 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Sun, 16 Jan 2022 16:10:44 +0100
Subject: [PATCH] Disable flaky test

---
 .../execution/operator/ExecutionEventHandlerTestWithInformer.kt  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/theodolite/src/test/kotlin/theodolite/execution/operator/ExecutionEventHandlerTestWithInformer.kt b/theodolite/src/test/kotlin/theodolite/execution/operator/ExecutionEventHandlerTestWithInformer.kt
index b0904fdb7..77a3986f1 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")
-- 
GitLab