Skip to content
Snippets Groups Projects
Commit 737710f3 authored by Sören Henning's avatar Sören Henning
Browse files

Disable flaky test

parent 513b887f
No related branches found
No related tags found
1 merge request!213Upgrade Quarkus
Pipeline #6010 passed
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment