OTEL: Fix #podNamePropagation test for Operator

Fixes #32490

Signed-off-by: Martin Bartoš <mabartos@redhat.com>
This commit is contained in:
Martin Bartoš 2025-01-13 17:41:01 +01:00 committed by GitHub
parent 4e13c0bbd3
commit 834752f24e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,6 @@ import io.quarkus.test.junit.QuarkusTest;
import org.awaitility.Awaitility;
import org.junit.jupiter.api.Assumptions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.EnabledIfSystemProperty;
import org.keycloak.operator.Config;
@ -390,9 +389,10 @@ public class KeycloakDeploymentTest extends BaseOperatorTest {
}
@Test
@Disabled
public void testPodNamePropagation() {
var kc = getTestKeycloakDeployment(true);
var kc = getTestKeycloakDeployment(false);
kc.getSpec().setStartOptimized(false);
var featureSpec = new FeatureSpec();
featureSpec.setEnabledFeatures(List.of("opentelemetry"));
kc.getSpec().setFeatureSpec(featureSpec);