mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
OTEL: Fix #podNamePropagation test for Operator
Fixes #32490 Signed-off-by: Martin Bartoš <mabartos@redhat.com>
This commit is contained in:
parent
4e13c0bbd3
commit
834752f24e
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user