File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
qa/ccs-common-rest/src/yamlRestTest/java/org/elasticsearch/test/rest/yaml Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -469,9 +469,6 @@ tests:
469469- class : org.elasticsearch.xpack.logsdb.RandomizedRollingUpgradeIT
470470 method : testIndexingSyntheticSource
471471 issue : https://github.com/elastic/elasticsearch/issues/139482
472- - class : org.elasticsearch.test.rest.yaml.CssSearchYamlTestSuiteIT
473- method : test {p0=search/500_date_range/test range query for all docs with year uuuu}
474- issue : https://github.com/elastic/elasticsearch/issues/139534
475472- class : org.elasticsearch.repositories.gcs.GoogleCloudStorageBlobStoreRepositoryTests
476473 method : testMultipleSnapshotAndRollback
477474 issue : https://github.com/elastic/elasticsearch/issues/139556
Original file line number Diff line number Diff line change 99
1010package org .elasticsearch .test .rest .yaml ;
1111
12+ import com .carrotsearch .randomizedtesting .annotations .TimeoutSuite ;
13+
14+ import org .apache .lucene .tests .util .TimeUnits ;
15+
1216import java .io .IOException ;
1317
1418/**
1519 * Runs the search and msearch API tests only. See {@link TestSuiteApiCheck}
1620 */
21+ @ TimeoutSuite (millis = 30 * TimeUnits .MINUTE ) // to account for slow encryption at rest tests
1722public class CssSearchYamlTestSuiteIT extends CcsCommonYamlTestSuiteIT {
1823 public CssSearchYamlTestSuiteIT (ClientYamlTestCandidate testCandidate ) throws IOException {
1924 super (testCandidate );
You can’t perform that action at this time.
0 commit comments