We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a6d1a5 + 6f0ed56 commit 4452056Copy full SHA for 4452056
muted-tests.yml
@@ -527,6 +527,12 @@ tests:
527
- class: org.elasticsearch.search.SearchWithRejectionsIT
528
method: testOpenContextsAfterRejections
529
issue: https://github.com/elastic/elasticsearch/issues/130821
530
+- class: org.elasticsearch.index.IndexingPressureIT
531
+ method: testWriteCanRejectOnPrimaryBasedOnMaxOperationSize
532
+ issue: https://github.com/elastic/elasticsearch/issues/130281
533
534
+ method: testWriteCanBeRejectedAtPrimaryLevel
535
+ issue: https://github.com/elastic/elasticsearch/issues/131151
536
537
# Examples:
538
#
0 commit comments