Skip to content

Commit f561260

Browse files
authored
Disable openid connect tests due to missing fixture (#89478) (#89481)
Relates to #89477. For now just disable these tests since they are guaranteed to fail.
1 parent f6f191e commit f561260

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

x-pack/qa/oidc-op-tests/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ tasks.named("processJavaRestTestResources").configure {
2121
tasks.named("javaRestTest").configure {
2222
// OpenID Connect fixture does not support aarm64
2323
onlyIf { Architecture.current() == Architecture.X64 }
24+
25+
// AwaitsFix: https://github.com/elastic/elasticsearch/issues/89477
26+
enabled = false
2427
}

x-pack/test/idp-fixture/docker-compose.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -161,16 +161,17 @@ services:
161161
- ./idp/shibboleth-idp/metadata:/opt/shibboleth-idp/metadata
162162
- ./idp/shib-jetty-base/start.d/ssl.ini:/opt/shib-jetty-base/start.d/ssl.ini
163163

164-
oidc-provider:
165-
image: "c2id/c2id-server:9.5"
166-
depends_on:
167-
- http-proxy
168-
ports:
169-
- "8080"
170-
expose:
171-
- "8080"
172-
volumes:
173-
- ./oidc/override.properties:/etc/c2id/override.properties
164+
# c2id/c2id-server image is no longer available
165+
# oidc-provider:
166+
# image: "c2id/c2id-server:9.5"
167+
# depends_on:
168+
# - http-proxy
169+
# ports:
170+
# - "8080"
171+
# expose:
172+
# - "8080"
173+
# volumes:
174+
# - ./oidc/override.properties:/etc/c2id/override.properties
174175

175176
http-proxy:
176177
image: "nginx:latest"

0 commit comments

Comments
 (0)