mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-20 21:27:35 -04:00
Disable openid connect tests due to missing fixture (#89478)
Relates to https://github.com/elastic/elasticsearch/issues/89477. For now just disable these tests since they are guaranteed to fail.
This commit is contained in:
parent
a1015ce8b1
commit
e949dff8d6
2 changed files with 14 additions and 10 deletions
|
@ -21,4 +21,7 @@ tasks.named("processJavaRestTestResources").configure {
|
|||
tasks.named("javaRestTest").configure {
|
||||
// OpenID Connect fixture does not support aarm64
|
||||
onlyIf { Architecture.current() == Architecture.X64 }
|
||||
|
||||
// AwaitsFix: https://github.com/elastic/elasticsearch/issues/89477
|
||||
enabled = false
|
||||
}
|
||||
|
|
|
@ -161,16 +161,17 @@ services:
|
|||
- ./idp/shibboleth-idp/metadata:/opt/shibboleth-idp/metadata
|
||||
- ./idp/shib-jetty-base/start.d/ssl.ini:/opt/shib-jetty-base/start.d/ssl.ini
|
||||
|
||||
oidc-provider:
|
||||
image: "c2id/c2id-server:9.5"
|
||||
depends_on:
|
||||
- http-proxy
|
||||
ports:
|
||||
- "8080"
|
||||
expose:
|
||||
- "8080"
|
||||
volumes:
|
||||
- ./oidc/override.properties:/etc/c2id/override.properties
|
||||
# c2id/c2id-server image is no longer available
|
||||
# oidc-provider:
|
||||
# image: "c2id/c2id-server:9.5"
|
||||
# depends_on:
|
||||
# - http-proxy
|
||||
# ports:
|
||||
# - "8080"
|
||||
# expose:
|
||||
# - "8080"
|
||||
# volumes:
|
||||
# - ./oidc/override.properties:/etc/c2id/override.properties
|
||||
|
||||
http-proxy:
|
||||
image: "nginx:latest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue