Disable broken operator test instead of entire suite (#33118)

Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Jon Koops 2024-09-19 23:23:44 +02:00 committed by GitHub
parent 42cde0cfdd
commit fa08cef8ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -99,8 +99,6 @@ jobs:
test-remote:
name: Test remote
runs-on: ubuntu-latest
# The remote job is broken and holding up other PRs.
if: false
needs: [build]
steps:
- uses: actions/checkout@v4

View file

@ -36,6 +36,7 @@ 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;
@ -389,6 +390,7 @@ public class KeycloakDeploymentTest extends BaseOperatorTest {
}
@Test
@Disabled
public void testPodNamePropagation() {
var kc = getTestKeycloakDeployment(true);
var featureSpec = new FeatureSpec();