File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
x-pack/test/idp-fixture/src/main/resources/oidc Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11FROM 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`
55RUN apt-get update -qqy && apt-get install -qqy python3
You can’t perform that action at this time.
0 commit comments