Skip to content

Commit 427030c

Browse files
authored
Merge branch 'main' into search-rank-eval
2 parents 61480bf + 4ea4a29 commit 427030c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

muted-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,12 @@ tests:
432432
- class: org.elasticsearch.repositories.blobstore.testkit.rest.SnapshotRepoTestKitClientYamlTestSuiteIT
433433
method: test {p0=/10_analyze/Analysis without details}
434434
issue: https://github.com/elastic/elasticsearch/issues/126569
435+
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
436+
method: test
437+
issue: https://github.com/elastic/elasticsearch/issues/126573
438+
- class: org.elasticsearch.repositories.blobstore.testkit.analyze.S3RepositoryAnalysisRestIT
439+
method: testRepositoryAnalysis
440+
issue: https://github.com/elastic/elasticsearch/issues/126576
435441

436442
# Examples:
437443
#

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/scalar/convert/ParseIpTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ public static String leadingZerosAreOctalToIp(String ip) {
191191
lastWasBreak = true;
192192
b.append(current).append('.');
193193
current = 0;
194+
octalMode = false;
194195
continue;
195196
}
196197
lastWasBreak = false;

0 commit comments

Comments
 (0)