forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmuted-tests.yml
More file actions
463 lines (462 loc) · 28.1 KB
/
muted-tests.yml
File metadata and controls
463 lines (462 loc) · 28.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
tests:
- class: org.elasticsearch.packaging.test.PackagesSecurityAutoConfigurationTests
method: test20SecurityNotAutoConfiguredOnReInstallation
issue: https://github.com/elastic/elasticsearch/issues/112635
- class: org.elasticsearch.xpack.transform.integration.TransformIT
method: testStopWaitForCheckpoint
issue: https://github.com/elastic/elasticsearch/issues/106113
- class: org.elasticsearch.xpack.remotecluster.RemoteClusterSecurityWithApmTracingRestIT
method: testTracingCrossCluster
issue: https://github.com/elastic/elasticsearch/issues/112731
- class: org.elasticsearch.xpack.restart.MLModelDeploymentFullClusterRestartIT
method: testDeploymentSurvivesRestart {cluster=UPGRADED}
issue: https://github.com/elastic/elasticsearch/issues/115528
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=transform/transforms_start_stop/Verify start transform reuses destination index}
issue: https://github.com/elastic/elasticsearch/issues/115808
- class: org.elasticsearch.xpack.application.connector.ConnectorIndexServiceTests
issue: https://github.com/elastic/elasticsearch/issues/116087
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=transform/transforms_start_stop/Test start already started transform}
issue: https://github.com/elastic/elasticsearch/issues/98802
- class: org.elasticsearch.search.basic.SearchWithRandomIOExceptionsIT
method: testRandomDirectoryIOExceptions
issue: https://github.com/elastic/elasticsearch/issues/114824
- class: org.elasticsearch.xpack.apmdata.APMYamlTestSuiteIT
method: test {yaml=/10_apm/Test template reinstallation}
issue: https://github.com/elastic/elasticsearch/issues/116445
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=transform/transforms_reset/Test reset running transform}
issue: https://github.com/elastic/elasticsearch/issues/117473
- class: org.elasticsearch.packaging.test.ArchiveTests
method: test44AutoConfigurationNotTriggeredOnNotWriteableConfDir
issue: https://github.com/elastic/elasticsearch/issues/118208
- class: org.elasticsearch.packaging.test.ArchiveTests
method: test51AutoConfigurationWithPasswordProtectedKeystore
issue: https://github.com/elastic/elasticsearch/issues/118212
- class: org.elasticsearch.xpack.ccr.rest.ShardChangesRestIT
method: testShardChangesNoOperation
issue: https://github.com/elastic/elasticsearch/issues/118800
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=transform/transforms_start_stop/Test start/stop/start transform}
issue: https://github.com/elastic/elasticsearch/issues/119508
- class: org.elasticsearch.multi_cluster.MultiClusterYamlTestSuiteIT
issue: https://github.com/elastic/elasticsearch/issues/119983
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=transform/transforms_unattended/Test unattended put and start}
issue: https://github.com/elastic/elasticsearch/issues/120019
- class: org.elasticsearch.xpack.security.QueryableReservedRolesIT
method: testConfiguredReservedRolesAfterClosingAndOpeningIndex
issue: https://github.com/elastic/elasticsearch/issues/120127
- class: org.elasticsearch.xpack.ccr.FollowIndexSecurityIT
method: testCleanShardFollowTaskAfterDeleteFollower
issue: https://github.com/elastic/elasticsearch/issues/120339
- class: org.elasticsearch.xpack.security.authc.service.ServiceAccountIT
method: testAuthenticateShouldNotFallThroughInCaseOfFailure
issue: https://github.com/elastic/elasticsearch/issues/120902
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: test {p0=nodes.stats/11_indices_metrics/indices mappings exact count test for indices level}
issue: https://github.com/elastic/elasticsearch/issues/120950
- class: org.elasticsearch.action.admin.cluster.node.tasks.CancellableTasksIT
method: testChildrenTasksCancelledOnTimeout
issue: https://github.com/elastic/elasticsearch/issues/123568
- class: org.elasticsearch.xpack.searchablesnapshots.FrozenSearchableSnapshotsIntegTests
method: testCreateAndRestorePartialSearchableSnapshot
issue: https://github.com/elastic/elasticsearch/issues/123773
- class: org.elasticsearch.xpack.restart.MLModelDeploymentFullClusterRestartIT
method: testDeploymentSurvivesRestart {cluster=OLD}
issue: https://github.com/elastic/elasticsearch/issues/124160
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=transform/transforms_start_stop/Test schedule_now on an already started transform}
issue: https://github.com/elastic/elasticsearch/issues/120720
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=transform/transforms_start_stop/Verify start transform creates destination index with appropriate mapping}
issue: https://github.com/elastic/elasticsearch/issues/125854
- class: org.elasticsearch.xpack.core.common.notifications.AbstractAuditorTests
method: testRecreateTemplateWhenDeleted
issue: https://github.com/elastic/elasticsearch/issues/123232
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=transform/transforms_reset/Test force reseting a running transform}
issue: https://github.com/elastic/elasticsearch/issues/126240
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=transform/transforms_start_stop/Test start/stop only starts/stops specified transform}
issue: https://github.com/elastic/elasticsearch/issues/126466
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=transform/transforms_start_stop/Test start/stop/start continuous transform}
issue: https://github.com/elastic/elasticsearch/issues/126755
- class: org.elasticsearch.index.engine.CompletionStatsCacheTests
method: testCompletionStatsCache
issue: https://github.com/elastic/elasticsearch/issues/126910
- class: org.elasticsearch.xpack.ml.integration.ClassificationHousePricingIT
method: testFeatureImportanceValues
issue: https://github.com/elastic/elasticsearch/issues/124341
- class: org.elasticsearch.xpack.ccr.action.ShardFollowTaskReplicationTests
method: testChangeFollowerHistoryUUID
issue: https://github.com/elastic/elasticsearch/issues/127680
- class: org.elasticsearch.action.admin.indices.diskusage.IndexDiskUsageAnalyzerTests
method: testKnnVectors
issue: https://github.com/elastic/elasticsearch/issues/127689
- class: org.elasticsearch.xpack.esql.plugin.DataNodeRequestSenderIT
method: testSearchWhileRelocating
issue: https://github.com/elastic/elasticsearch/issues/128500
- class: org.elasticsearch.entitlement.runtime.policy.FileAccessTreeTests
method: testWindowsMixedCaseAccess
issue: https://github.com/elastic/elasticsearch/issues/129167
- class: org.elasticsearch.entitlement.runtime.policy.FileAccessTreeTests
method: testWindowsAbsolutPathAccess
issue: https://github.com/elastic/elasticsearch/issues/129168
- class: org.elasticsearch.xpack.profiling.action.GetStatusActionIT
method: testWaitsUntilResourcesAreCreated
issue: https://github.com/elastic/elasticsearch/issues/129486
- class: org.elasticsearch.xpack.security.SecurityRolesMultiProjectIT
method: testUpdatingFileBasedRoleAffectsAllProjects
issue: https://github.com/elastic/elasticsearch/issues/129775
- class: org.elasticsearch.action.support.ThreadedActionListenerTests
method: testRejectionHandling
issue: https://github.com/elastic/elasticsearch/issues/130129
- class: org.elasticsearch.compute.aggregation.TopIntAggregatorFunctionTests
method: testManyInitialManyPartialFinalRunnerThrowing
issue: https://github.com/elastic/elasticsearch/issues/130145
- class: org.elasticsearch.xpack.searchablesnapshots.cache.shared.NodesCachesStatsIntegTests
method: testNodesCachesStats
issue: https://github.com/elastic/elasticsearch/issues/129863
- class: org.elasticsearch.indices.stats.IndexStatsIT
method: testFilterCacheStats
issue: https://github.com/elastic/elasticsearch/issues/124447
- class: org.elasticsearch.xpack.restart.FullClusterRestartIT
method: testWatcherWithApiKey {cluster=UPGRADED}
issue: https://github.com/elastic/elasticsearch/issues/131964
- class: org.elasticsearch.packaging.test.ArchiveGenerateInitialCredentialsTests
method: test40VerifyAutogeneratedCredentials
issue: https://github.com/elastic/elasticsearch/issues/132877
- class: org.elasticsearch.packaging.test.ArchiveGenerateInitialCredentialsTests
method: test50CredentialAutogenerationOnlyOnce
issue: https://github.com/elastic/elasticsearch/issues/132878
- class: org.elasticsearch.xpack.eql.planner.QueryTranslatorTests
method: testMatchOptimization
issue: https://github.com/elastic/elasticsearch/issues/132894
- class: org.elasticsearch.xpack.security.authc.AuthenticationServiceTests
method: testInvalidToken
issue: https://github.com/elastic/elasticsearch/issues/133328
- class: org.elasticsearch.xpack.ml.integration.InferenceIT
method: testInferClassificationModel
issue: https://github.com/elastic/elasticsearch/issues/133448
- class: org.elasticsearch.xpack.ml.integration.ClassificationIT
method: testWithCustomFeatureProcessors
issue: https://github.com/elastic/elasticsearch/issues/134001
- class: org.elasticsearch.xpack.esql.plugin.CanMatchIT
method: testAliasFilters
issue: https://github.com/elastic/elasticsearch/issues/134512
- class: org.elasticsearch.aggregations.bucket.AggregationReductionCircuitBreakingIT
method: testCBTrippingOnReduction
issue: https://github.com/elastic/elasticsearch/issues/134667
- class: org.elasticsearch.gradle.TestClustersPluginFuncTest
method: override jdk usage via ES_JAVA_HOME for known jdk os incompatibilities
issue: https://github.com/elastic/elasticsearch/issues/135413
- class: org.elasticsearch.xpack.security.authz.microsoft.MicrosoftGraphAuthzPluginIT
method: testConcurrentAuthentication
issue: https://github.com/elastic/elasticsearch/issues/135777
- class: org.elasticsearch.xpack.inference.DefaultEndPointsIT
method: testMultipleInferencesTriggeringDownloadAndDeploy
issue: https://github.com/elastic/elasticsearch/issues/117208
- class: org.elasticsearch.smoketest.SmokeTestIngestWithAllDepsClientYamlTestSuiteIT
method: test {yaml=ingest/100_sampling_with_reroute/Test get sample with multiple reroutes}
issue: https://github.com/elastic/elasticsearch/issues/137457
- class: org.elasticsearch.xpack.ilm.CCRIndexLifecycleIT
method: testTsdbLeaderIndexRolloverAndSyncAfterWaitUntilEndTime {targetCluster=FOLLOWER}
issue: https://github.com/elastic/elasticsearch/issues/137565
- class: org.elasticsearch.xpack.inference.action.filter.ShardBulkInferenceActionFilterBasicLicenseIT
method: testLicenseInvalidForInference {p0=true}
issue: https://github.com/elastic/elasticsearch/issues/137690
- class: org.elasticsearch.xpack.inference.action.filter.ShardBulkInferenceActionFilterBasicLicenseIT
method: testLicenseInvalidForInference {p0=false}
issue: https://github.com/elastic/elasticsearch/issues/137691
- class: org.elasticsearch.indices.mapping.UpdateMappingIntegrationIT
method: testUpdateMappingConcurrently
issue: https://github.com/elastic/elasticsearch/issues/137758
- class: org.elasticsearch.search.basic.SearchWithRandomDisconnectsIT
method: testSearchWithRandomDisconnects
issue: https://github.com/elastic/elasticsearch/issues/138128
- class: org.elasticsearch.xpack.ml.integration.RegressionIT
method: testTwoJobsWithSameRandomizeSeedUseSameTrainingSet
issue: https://github.com/elastic/elasticsearch/issues/138319
- class: org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT
method: test {yaml=termvectors/30_realtime/Realtime Term Vectors}
issue: https://github.com/elastic/elasticsearch/issues/138370
- class: org.elasticsearch.xpack.ml.integration.RevertModelSnapshotIT
method: testRevertModelSnapshot_DeleteInterveningResults
issue: https://github.com/elastic/elasticsearch/issues/132349
- class: org.elasticsearch.smoketest.MlWithSecurityIT
method: test {yaml=ml/start_data_frame_analytics/Test start classification analysis when the dependent variable cardinality is too low}
issue: https://github.com/elastic/elasticsearch/issues/138409
- class: org.elasticsearch.xpack.ml.integration.RevertModelSnapshotIT
method: testRevertModelSnapshot
issue: https://github.com/elastic/elasticsearch/issues/132733
- class: org.elasticsearch.xpack.ml.integration.DatafeedJobsIT
method: testDatafeedTimingStats_DatafeedRecreated
issue: https://github.com/elastic/elasticsearch/issues/138348
- class: org.elasticsearch.xpack.ml.integration.DatafeedJobsIT
method: testStopLookback_closeJobFalse
issue: https://github.com/elastic/elasticsearch/issues/139024
- class: org.elasticsearch.smoketest.MlWithSecurityIT
method: test {yaml=ml/sparse_vector_search/Test sparse_vector search with query vector and pruning config}
issue: https://github.com/elastic/elasticsearch/issues/139196
- class: org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT
method: test {p0=mixed_cluster/90_ml_data_frame_analytics_crud/Start and stop old regression job}
issue: https://github.com/elastic/elasticsearch/issues/139654
- class: org.elasticsearch.xpack.core.action.XPackUsageResponseTests
method: testVersionDependentSerializationWriteToOldStream
issue: https://github.com/elastic/elasticsearch/issues/139576
- class: org.elasticsearch.smoketest.WatcherYamlRestIT
method: test {p0=mustache/10_webhook/Test webhook action with mustache integration}
issue: https://github.com/elastic/elasticsearch/issues/139663
- class: org.elasticsearch.xpack.ml.integration.DatafeedCcsIT
method: testDatafeedWithCcsRemoteUnavailable
issue: https://github.com/elastic/elasticsearch/issues/140612
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
method: test {csv-spec:string.Url_encode_component tests with table reads}
issue: https://github.com/elastic/elasticsearch/issues/140615
- class: org.elasticsearch.xpack.inference.integration.AuthorizationTaskExecutorIT
method: testCreatesChatCompletion_AndThenCreatesTextEmbedding
issue: https://github.com/elastic/elasticsearch/issues/138012
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
method: test {csv-spec:string.Url_encode_component tests with table reads}
issue: https://github.com/elastic/elasticsearch/issues/140621
- class: org.elasticsearch.xpack.inference.integration.AuthorizationTaskExecutorMultipleNodesIT
method: testAuthorizationTaskGetsRelocatedToAnotherNode_WhenTheNodeThatIsRunningItShutsDown
issue: https://github.com/elastic/elasticsearch/issues/137911
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT
method: test {csv-spec:string.Url_encode_component tests with table reads}
issue: https://github.com/elastic/elasticsearch/issues/140621
- class: org.elasticsearch.xpack.inference.integration.AuthorizationTaskExecutorIT
method: testCreatesEisChatCompletion_DoesNotRemoveEndpointWhenNoLongerAuthorized
issue: https://github.com/elastic/elasticsearch/issues/140802
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
method: test {csv-spec:spatial.ConvertFromStringParseError}
issue: https://github.com/elastic/elasticsearch/issues/139213
- class: org.elasticsearch.xpack.esql.heap_attack.HeapAttackSubqueryIT
method: testGiantTextFieldInSubqueryIntermediateResultsWithSort
issue: https://github.com/elastic/elasticsearch/issues/141034
- class: org.elasticsearch.xpack.transform.checkpoint.TransformCheckpointServiceNodeTests
method: testGetCheckpointStats
issue: https://github.com/elastic/elasticsearch/issues/141112
- class: org.elasticsearch.xpack.entsearch.EnterpriseSearchRestIT
method: test {p0=entsearch/rules/40_rule_query_search/Perform a rule query with an organic query that must be rewritten to another query type}
issue: https://github.com/elastic/elasticsearch/issues/141200
- class: org.elasticsearch.xpack.esql.heap_attack.HeapAttackSubqueryIT
method: testManyRandomTextFieldsInSubqueryIntermediateResultsWithSortOneField
issue: https://github.com/elastic/elasticsearch/issues/141203
- class: org.elasticsearch.snapshots.SnapshotStatusApisIT
method: testFailedSnapshot
issue: https://github.com/elastic/elasticsearch/issues/141279
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecForceStoredLoadingIT
method: test {csv-spec:boolean.ConvertFromIntAndLong}
issue: https://github.com/elastic/elasticsearch/issues/141375
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecForceStoredLoadingIT
method: test {drop.WhereWithEvalGeneratedValue_DropHeight}
issue: https://github.com/elastic/elasticsearch/issues/141375
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecForceStoredLoadingIT
method: test {csv-spec:keep.WhereWithEvalGeneratedValue}
issue: https://github.com/elastic/elasticsearch/issues/141375
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecForceStoredLoadingIT
method: test {csv-spec:topN.SortingOnNumbersFromStrings}
issue: https://github.com/elastic/elasticsearch/issues/141375
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecForceStoredLoadingIT
method: test {csv-spec:drop.WhereWithEvalGeneratedValue_DropHeight}
issue: https://github.com/elastic/elasticsearch/issues/141375
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecForceStoredLoadingIT
method: test {csv-spec:rename.RenameIntertwinedWithSort}
issue: https://github.com/elastic/elasticsearch/issues/141375
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecForceStoredLoadingIT
method: test {csv-spec:ints.ConvertStringToBaseIndexGroup7}
issue: https://github.com/elastic/elasticsearch/issues/141375
- class: org.elasticsearch.xpack.security.authc.TokenServiceTests
method: testAttachAndGetToken
issue: https://github.com/elastic/elasticsearch/issues/141470
- class: org.elasticsearch.indices.recovery.IndexRecoveryIT
method: testSourceThrottling
issue: https://github.com/elastic/elasticsearch/issues/141548
- class: org.elasticsearch.xpack.inference.external.http.sender.RequestExecutorServiceTests
method: testExecute_Throws_WhenRateLimitedQueueIsFull
issue: https://github.com/elastic/elasticsearch/issues/141231
- class: org.elasticsearch.xpack.ml.inference.loadingservice.ModelLoadingServiceTests
method: testExpiredModelsAreEvictedBeforeLoading
issue: https://github.com/elastic/elasticsearch/issues/141589
- class: org.elasticsearch.xpack.ml.integration.DatafeedJobsIT
method: testStopLookback_forceTrue_closeJobFalse
issue: https://github.com/elastic/elasticsearch/issues/142032
- class: org.elasticsearch.search.aggregations.metrics.TopHitsIT
method: testMixedSortFieldTypes
issue: https://github.com/elastic/elasticsearch/issues/142077
- class: org.elasticsearch.xpack.ml.integration.ClassificationIT
method: testWithOnlyTrainingRowsAndTrainingPercentIsFifty_DependentVariableIsKeyword
issue: https://github.com/elastic/elasticsearch/issues/142282
- class: org.elasticsearch.xpack.analytics.cumulativecardinality.CumulativeCardinalityAggregatorTests
method: testSimple
issue: https://github.com/elastic/elasticsearch/issues/142408
- class: org.elasticsearch.xpack.esql.common.spatial.H3SphericalGeometryTests
method: testIndexPoints
issue: https://github.com/elastic/elasticsearch/issues/142439
- class: org.elasticsearch.xpack.esql.core.util.RemoteClusterUtilsTests
method: testQualifyAndJoinIndices
issue: https://github.com/elastic/elasticsearch/issues/142442
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT
method: test {csv-spec:match-function.TestMatchWithReplace}
issue: https://github.com/elastic/elasticsearch/issues/142501
- class: org.elasticsearch.search.query.VectorIT
method: testFilteredQueryStrategy
issue: https://github.com/elastic/elasticsearch/issues/142511
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlClientYamlIT
method: test {p0=esql/160_union_types/suggested_type}
issue: https://github.com/elastic/elasticsearch/issues/142525
- class: org.elasticsearch.xpack.esql.datasources.GlobDiscoveryLocalTests
method: testRecursiveDoubleStarAllFiles
issue: https://github.com/elastic/elasticsearch/issues/142576
- class: org.elasticsearch.xpack.search.AsyncSearchTaskTests
methods:
- testFatalFailureDuringFetch
- testWithFetchFailures
- testAddCompletionListenerScheduleErrorWaitForInitListener
issue: https://github.com/elastic/elasticsearch/issues/142626
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
method: test {p0=esql/160_union_types/suggested_type}
issue: https://github.com/elastic/elasticsearch/issues/142525
- class: org.elasticsearch.xpack.esql.spatial.SpatialPushDownGeoShapeIT
method: testQuantizedXY
issue: https://github.com/elastic/elasticsearch/issues/141234
- class: org.elasticsearch.xpack.esql.tree.EsqlNodeSubclassTests
method: testTransform {class org.elasticsearch.xpack.esql.plan.logical.MMR}
issue: https://github.com/elastic/elasticsearch/issues/142674
- class: org.elasticsearch.xpack.esql.heap_attack.HeapAttackSubqueryIT
method: testManyRandomKeywordFieldsInSubqueryIntermediateResultsWithSortOneField
issue: https://github.com/elastic/elasticsearch/issues/141202
- class: org.elasticsearch.xpack.core.termsenum.TermsEnumTests
method: testTermsEnumIPRandomized
issue: https://github.com/elastic/elasticsearch/issues/142811
- class: org.elasticsearch.xpack.search.AsyncSearchTaskTests
method: testWithFailure
issue: https://github.com/elastic/elasticsearch/issues/142821
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlClientYamlIT
method: test {p0=esql/40_tsdb/to_aggregate_metric_double with multi_values}
issue: https://github.com/elastic/elasticsearch/issues/142964
- class: org.elasticsearch.reindex.management.ReindexManagementClientYamlTestSuiteIT
method: test {yaml=reindex/30_cancel_reindex/Cancel running reindex returns response and GET confirms completed}
issue: https://github.com/elastic/elasticsearch/issues/142079
- class: org.elasticsearch.packaging.test.DebMetadataTests
method: test05CheckLintian
issue: https://github.com/elastic/elasticsearch/issues/142819
- class: org.elasticsearch.xpack.esql.qa.mixed.FieldExtractorIT
method: testTsIndexConflictingTypes {null}
issue: https://github.com/elastic/elasticsearch/issues/142410
- class: org.elasticsearch.xpack.esql.heap_attack.HeapAttackSubqueryIT
method: testManyRandomKeywordFieldsInSubqueryIntermediateResults
issue: https://github.com/elastic/elasticsearch/issues/143314
- class: org.elasticsearch.index.mapper.DynamicMappingIT
method: testConcurrentDynamicIgnoreBeyondLimitUpdates
issue: https://github.com/elastic/elasticsearch/issues/143326
- class: org.elasticsearch.snapshots.ConcurrentSnapshotsIT
method: testBackToBackQueuedDeletes
issue: https://github.com/elastic/elasticsearch/issues/143387
- class: org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT
method: testCancelViaExpirationOnRemoteResultsWithMinimizeRoundtrips
issue: https://github.com/elastic/elasticsearch/issues/143407
- class: org.elasticsearch.index.store.StoreDirectoryMetricsIT
method: testDirectoryMetrics
issue: https://github.com/elastic/elasticsearch/issues/143419
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
method: test {p0=esql/40_tsdb/TS Command grouping on text field}
issue: https://github.com/elastic/elasticsearch/issues/142544
- class: org.elasticsearch.multiproject.test.CoreWithMultipleProjectsClientYamlTestSuiteIT
method: test {yaml=search.retrievers/result-diversification/10_mmr_result_diversification_retriever/Test MMR result diversification single index float type}
issue: https://github.com/elastic/elasticsearch/issues/143430
- class: org.elasticsearch.repositories.azure.AzureBlobContainerRetriesTests
method: testWriteLargeBlob
issue: https://github.com/elastic/elasticsearch/issues/143551
- class: org.elasticsearch.multiproject.test.CoreWithMultipleProjectsClientYamlTestSuiteIT
method: test {yaml=search.retrievers/result-diversification/10_mmr_result_diversification_retriever/Test MMR result diversification multiple indexes}
issue: https://github.com/elastic/elasticsearch/issues/143609
- class: org.elasticsearch.index.query.PrefixQueryBuilderTests
method: testPrefixCircuitBreakerTripsWithLowLimit
issue: https://github.com/elastic/elasticsearch/issues/143548
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:k8s-timeseries-irate.Irate_of_ratio_promql}
issue: https://github.com/elastic/elasticsearch/issues/143616
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:k8s-timeseries-irate.Irate_of_ratio}
issue: https://github.com/elastic/elasticsearch/issues/143617
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:k8s-timeseries-irate.Irate_of_double_no_grouping_promql}
issue: https://github.com/elastic/elasticsearch/issues/143624
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:k8s-timeseries-irate.Irate_of_double_no_grouping}
issue: https://github.com/elastic/elasticsearch/issues/143625
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:k8s-timeseries-avg-over-time.Avg_over_time_of_aggregate_metric_double}
issue: https://github.com/elastic/elasticsearch/issues/143631
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:k8s-timeseries-delta.Delta_of_double_no_grouping}
issue: https://github.com/elastic/elasticsearch/issues/143632
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:k8s-timeseries-avg-over-time.Avg_over_time_of_aggregate_metric_double_grouping}
issue: https://github.com/elastic/elasticsearch/issues/143633
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:k8s-timeseries-delta.Delta_of_double_no_grouping_promql}
issue: https://github.com/elastic/elasticsearch/issues/143634
- class: org.elasticsearch.search.SearchLoggingIT
method: testSearchLogShardInfoPartialFailure
issue: https://github.com/elastic/elasticsearch/issues/143638
- class: org.elasticsearch.reindex.management.ReindexRelocationIT
method: testLocalReindexRelocation
issue: https://github.com/elastic/elasticsearch/issues/143643
- class: org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/143023
- class: org.elasticsearch.xpack.eql.action.EqlLoggingIT
method: testEqlLoggingPartialShardFailure
issue: https://github.com/elastic/elasticsearch/issues/143659
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/143023
- class: org.elasticsearch.xpack.security.support.MetadataFlattenedMigrationIntegTests
method: testMigrationWithConcurrentUpdates
issue: https://github.com/elastic/elasticsearch/issues/143674
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeMetricsIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/143697
# Examples:
#
# Mute a single test case in a YAML test suite:
# - class: org.elasticsearch.analysis.common.CommonAnalysisClientYamlTestSuiteIT
# method: test {yaml=analysis-common/30_tokenizers/letter}
# issue: https://github.com/elastic/elasticsearch/...
#
# Mute several methods of a Java test:
# - class: org.elasticsearch.common.CharArraysTests
# methods:
# - testCharsBeginsWith
# - testCharsToBytes
# - testConstantTimeEquals
# issue: https://github.com/elastic/elasticsearch/...
#
# Mute an entire test class:
# - class: org.elasticsearch.common.unit.TimeValueTests
# issue: https://github.com/elastic/elasticsearch/...
#
# Mute a single method in a test class:
# - class: org.elasticsearch.xpack.esql.expression.function.scalar.convert.ToIPTests
# method: testCrankyEvaluateBlockWithoutNulls
# issue: https://github.com/elastic/elasticsearch/...
#
# Mute a single test in an ES|QL csv-spec test file:
# - class: "org.elasticsearch.xpack.esql.CsvTests"
# method: "test {union_types.MultiIndexIpStringStatsInline}"
# issue: "https://github.com/elastic/elasticsearch/..."
# Note that this mutes for the unit-test-like CsvTests only.
# Muting all the integration tests can be done using the class "org.elasticsearch.xpack.esql.**".
# To mute all 3 tests safely everywhere use:
# - class: "org.elasticsearch.xpack.esql.**"
# method: "test {union_types.MultiIndexIpStringStatsInline}"
# issue: "https://github.com/elastic/elasticsearch/..."
# - class: "org.elasticsearch.xpack.esql.**"
# method: "test {union_types.MultiIndexIpStringStatsInline *}"
# issue: "https://github.com/elastic/elasticsearch/..."