File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -176,9 +176,6 @@ tests:
176176- class : org.elasticsearch.test.rest.ClientYamlTestSuiteIT
177177 method : test {yaml=snapshot.delete/10_basic/Delete a snapshot asynchronously}
178178 issue : https://github.com/elastic/elasticsearch/issues/122102
179- - class : org.elasticsearch.smoketest.SmokeTestMonitoringWithSecurityIT
180- method : testHTTPExporterWithSSL
181- issue : https://github.com/elastic/elasticsearch/issues/122220
182179- class : org.elasticsearch.blocks.SimpleBlocksIT
183180 method : testConcurrentAddBlock
184181 issue : https://github.com/elastic/elasticsearch/issues/122324
@@ -533,6 +530,12 @@ tests:
533530- class : org.elasticsearch.search.SearchWithRejectionsIT
534531 method : testOpenContextsAfterRejections
535532 issue : https://github.com/elastic/elasticsearch/issues/130821
533+ - class : org.elasticsearch.index.IndexingPressureIT
534+ method : testWriteCanRejectOnPrimaryBasedOnMaxOperationSize
535+ issue : https://github.com/elastic/elasticsearch/issues/130281
536+ - class : org.elasticsearch.index.IndexingPressureIT
537+ method : testWriteCanBeRejectedAtPrimaryLevel
538+ issue : https://github.com/elastic/elasticsearch/issues/131151
536539
537540# Examples:
538541#
You can’t perform that action at this time.
0 commit comments