Skip to content

Commit 2591fc1

Browse files
authored
Merge branch '8.19' into backport/8.19/pr-131081
2 parents b49f0d6 + 2bbb699 commit 2591fc1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

muted-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,3 +441,6 @@ tests:
441441
- class: org.elasticsearch.search.CCSDuelIT
442442
method: testTerminateAfter
443443
issue: https://github.com/elastic/elasticsearch/issues/126085
444+
- class: org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
445+
method: test {yaml=reference/search/retriever/line_906}
446+
issue: https://github.com/elastic/elasticsearch/issues/131041

x-pack/test/idp-fixture/src/main/resources/oidc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM c2id/c2id-server-demo:16.1.1 AS c2id
2-
FROM openjdk:21-jdk-buster
2+
FROM eclipse-temurin:17-noble
33

44
# Using this to launch a fake server on container start; see `setup.sh`
55
RUN apt-get update -qqy && apt-get install -qqy python3

0 commit comments

Comments
 (0)