-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Expand file tree
/
Copy pathmuted-tests.yml
More file actions
443 lines (442 loc) · 26.4 KB
/
muted-tests.yml
File metadata and controls
443 lines (442 loc) · 26.4 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
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.apmdata.APMYamlTestSuiteIT
method: test {yaml=/10_apm/Test template reinstallation}
issue: https://github.com/elastic/elasticsearch/issues/116445
- 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.multi_cluster.MultiClusterYamlTestSuiteIT
issue: https://github.com/elastic/elasticsearch/issues/119983
- class: org.elasticsearch.xpack.security.QueryableReservedRolesIT
method: testConfiguredReservedRolesAfterClosingAndOpeningIndex
issue: https://github.com/elastic/elasticsearch/issues/120127
- class: org.elasticsearch.action.admin.cluster.node.tasks.CancellableTasksIT
method: testChildrenTasksCancelledOnTimeout
issue: https://github.com/elastic/elasticsearch/issues/123568
- class: org.elasticsearch.index.engine.CompletionStatsCacheTests
method: testCompletionStatsCache
issue: https://github.com/elastic/elasticsearch/issues/126910
- 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.xpack.searchablesnapshots.cache.shared.NodesCachesStatsIntegTests
method: testNodesCachesStats
issue: https://github.com/elastic/elasticsearch/issues/129863
- 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.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.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.search.basic.SearchWithRandomDisconnectsIT
method: testSearchWithRandomDisconnects
issue: https://github.com/elastic/elasticsearch/issues/138128
- 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.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.xpack.esql.ccq.MultiClusterSpecIT
method: test {csv-spec:spatial.convertFromStringParseError}
issue: https://github.com/elastic/elasticsearch/issues/139213
- 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 {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.indices.recovery.IndexRecoveryIT
method: testSourceThrottling
issue: https://github.com/elastic/elasticsearch/issues/141548
- class: org.elasticsearch.search.aggregations.metrics.TopHitsIT
method: testMixedSortFieldTypes
issue: https://github.com/elastic/elasticsearch/issues/142077
- 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.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.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.packaging.test.DebMetadataTests
method: test05CheckLintian
issue: https://github.com/elastic/elasticsearch/issues/142819
- 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
- class: org.elasticsearch.upgrades.FullClusterRestartIT
method: testClusterState {cluster=UPGRADED}
issue: https://github.com/elastic/elasticsearch/issues/143800
- class: org.elasticsearch.upgrades.FullClusterRestartIT
method: testOperationBasedRecovery {cluster=OLD}
issue: https://github.com/elastic/elasticsearch/issues/143801
- class: org.elasticsearch.upgrades.FullClusterRestartIT
method: testOperationBasedRecovery {cluster=UPGRADED}
issue: https://github.com/elastic/elasticsearch/issues/143802
- class: org.elasticsearch.repositories.azure.AzureBlobContainerRetriesTests
method: testWriteBlobWithRetries
issue: https://github.com/elastic/elasticsearch/issues/144025
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
method: testOpenAiEmbeddings {upgradedNodes=3}
issue: https://github.com/elastic/elasticsearch/issues/144440
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:spatial.convertCartesianFromStringParseError}
issue: https://github.com/elastic/elasticsearch/issues/144580
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
method: test {csv-spec:spatial_shapes.convertFromStringParseError}
issue: https://github.com/elastic/elasticsearch/issues/144672
- class: org.elasticsearch.xpack.transform.transforms.ClientTransformIndexerTests
method: testDisablePitWhenCrossProjectSearchIsEnabled
issue: https://github.com/elastic/elasticsearch/issues/144822
- class: org.elasticsearch.xpack.esql.analysis.AnalyzerTests
method: testLookupMissingField
issue: https://github.com/elastic/elasticsearch/issues/144697
- class: org.elasticsearch.xpack.esql.analysis.AnalyzerTests
method: testLookupMatchTypeWrong
issue: https://github.com/elastic/elasticsearch/issues/144694
- class: org.elasticsearch.xpack.esql.analysis.AnalyzerTests
method: testLookup
issue: https://github.com/elastic/elasticsearch/issues/144696
- class: org.elasticsearch.xpack.esql.analysis.AnalyzerTests
method: testLookupMissingTable
issue: https://github.com/elastic/elasticsearch/issues/144695
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
method: test {csv-spec:external-basic.scoreFunction}
issue: https://github.com/elastic/elasticsearch/issues/145352
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
method: test {csv-spec:external-basic.topSnippetsFunction}
issue: https://github.com/elastic/elasticsearch/issues/145353
- class: org.elasticsearch.action.admin.indices.diskusage.IndexDiskUsageAnalyzerTests
method: testKnnVectors
issue: https://github.com/elastic/elasticsearch/issues/145377
- class: org.elasticsearch.xpack.ml.integration.DatafeedJobsIT
method: testDatafeedTimingStats_DatafeedRecreated
issue: https://github.com/elastic/elasticsearch/issues/138348
- class: org.elasticsearch.compute.aggregation.SumLongGroupingAggregatorFunctionTests
method: testOverflowInGroupingProducesNullAndWarning
issue: https://github.com/elastic/elasticsearch/issues/145438
- class: org.elasticsearch.xpack.ml.integration.RegressionIT
method: testTwoJobsWithSameRandomizeSeedUseSameTrainingSet
issue: https://github.com/elastic/elasticsearch/issues/145519
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:spatial_shapes.convertFromStringParseError}
issue: https://github.com/elastic/elasticsearch/issues/145655
- class: org.elasticsearch.xpack.autoscaling.storage.ReactiveStorageIT
method: testScaleWhileShrinking
issue: https://github.com/elastic/elasticsearch/issues/145669
- class: org.elasticsearch.cluster.routing.allocation.decider.WriteLoadConstraintDeciderIT
method: testAverageWriteLoadMetricIsPublished
issue: https://github.com/elastic/elasticsearch/issues/145855
- class: org.elasticsearch.xpack.esql.spatial.SpatialCentroidAggregationIT
method: testStCentroidAggregationWithShapes
issue: https://github.com/elastic/elasticsearch/issues/145883
- class: org.elasticsearch.xpack.esql.action.CrossClusterQueryAllCombinationsSkipUnavailableIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/145884
- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
method: "testEvaluateBlockWithNulls {TestCase=field: <random mv DEDUPLICATED_UNORDERD doubles>, percentile: <positive int>}"
issue: https://github.com/elastic/elasticsearch/issues/145886
- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
method: "testEvaluateBlockWithNulls {TestCase=field: <random mv DEDUPLICATED_AND_SORTED_ASCENDING doubles>, percentile: <positive int>}"
issue: https://github.com/elastic/elasticsearch/issues/145887
- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
method: "testEvaluateBlockWithNulls {TestCase=field: <random mv SORTED_ASCENDING doubles>, percentile: <positive int>}"
issue: https://github.com/elastic/elasticsearch/issues/145888
- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
method: "testEvaluateBlockWithNulls {TestCase=field: <random mv UNORDERED doubles>, percentile: <positive int>}"
issue: https://github.com/elastic/elasticsearch/issues/145889
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
method: test {csv-spec:lookup-join.mvKeywordFieldJoinWarningsFromLeftSide}
issue: https://github.com/elastic/elasticsearch/issues/145904
- class: org.elasticsearch.xpack.security.failurestore.FailureStoreSecurityRestIT
method: testWatcher
issue: https://github.com/elastic/elasticsearch/issues/145928
- class: org.elasticsearch.reindex.management.ReindexGetRelocationIT
method: testGetWaitForCompletionDuringRelocation
issue: https://github.com/elastic/elasticsearch/issues/145931
- class: org.elasticsearch.reindex.management.ReindexGetRelocationIT
method: testGetReindexFollowsRelocation
issue: https://github.com/elastic/elasticsearch/issues/144364
- class: org.elasticsearch.xpack.sql.qa.jdbc.single_node.SingleNodeJdbcWarningsIT
method: testSingleDeprecationWarning
issue: https://github.com/elastic/elasticsearch/issues/145933
- class: org.elasticsearch.xpack.sql.qa.jdbc.single_node.SingleNodeJdbcResultSetIT
method: testGettingValidNumbersWithCastingFromUnsignedLong
issue: https://github.com/elastic/elasticsearch/issues/145934
- class: org.elasticsearch.xpack.ml.integration.DatafeedCcsIT
method: testDatafeedWithCcsRemoteUnavailable
issue: https://github.com/elastic/elasticsearch/issues/145948
- class: org.elasticsearch.action.RejectionActionIT
method: testSimulatedSearchRejectionLoad
issue: https://github.com/elastic/elasticsearch/issues/146022
- class: org.elasticsearch.cluster.remote.test.RemoteClustersIT
method: testHAProxyModeConnectionWithSNIToCluster1Works
issue: https://github.com/elastic/elasticsearch/issues/139170
- class: org.elasticsearch.cluster.remote.test.RemoteClustersIT
method: testHAProxyModeConnectionWithSNIToCluster2Works
issue: https://github.com/elastic/elasticsearch/issues/139172
- class: org.elasticsearch.cluster.remote.test.RemoteClustersIT
method: testHAProxyModeConnectionWorks
issue: https://github.com/elastic/elasticsearch/issues/139171
- class: org.elasticsearch.search.fetch.FetchPhaseDocsIteratorTests
method: testIterateAsyncVisitsLeavesInDocIdOrder
issue: https://github.com/elastic/elasticsearch/issues/146078
- class: org.elasticsearch.xpack.security.transport.filter.IpFilteringIntegrationTests
method: testThatIpFilteringIsIntegratedIntoNettyPipelineViaHttp
issue: https://github.com/elastic/elasticsearch/issues/146102
- 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/146106
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
method: test {csv-spec:embedding.embedding with multiple knn queries in fork}
issue: https://github.com/elastic/elasticsearch/issues/146130
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT
method: test {csv-spec:embedding.embedding with multiple knn queries in fork}
issue: https://github.com/elastic/elasticsearch/issues/146130
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecForceStoredLoadingIT
method: test {csv-spec:embedding.embedding with multiple knn queries in fork}
issue: https://github.com/elastic/elasticsearch/issues/146137
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: test {p0=tsdb/25_id_generation/*}
issue: https://github.com/elastic/elasticsearch/issues/146177
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: test {p0=delete/70_tsdb/basic tsdb delete}
issue: https://github.com/elastic/elasticsearch/issues/146177
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeUnmappedLoadIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/145900
- class: org.elasticsearch.indices.stats.IndexStatsIT
method: testFilterCacheStats
issue: https://github.com/elastic/elasticsearch/issues/124447
- class: org.elasticsearch.xpack.eql.qa.ccs_rolling_upgrade.EqlCcsRollingUpgradeIT
method: testSequences
issue: https://github.com/elastic/elasticsearch/issues/146263
- class: org.elasticsearch.cluster.routing.allocation.decider.WriteLoadConstraintDeciderIT
method: testMaxQueueLatencyMetricIsPublished
issue: https://github.com/elastic/elasticsearch/issues/146283
- class: org.elasticsearch.xpack.sql.qa.multi_node.RestSqlIT
method: testAsyncTextPaginated
issue: https://github.com/elastic/elasticsearch/issues/80089
- class: org.elasticsearch.xpack.sql.qa.single_node.RestSqlIT
method: testAsyncTextPaginated
issue: https://github.com/elastic/elasticsearch/issues/80089
- class: org.elasticsearch.xpack.sql.qa.security.RestSqlIT
method: testAsyncTextPaginated
issue: https://github.com/elastic/elasticsearch/issues/80089
- class: org.elasticsearch.xpack.sql.qa.multi_cluster_with_security.RestSqlIT
method: testAsyncTextPaginated
issue: https://github.com/elastic/elasticsearch/issues/80089
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: test {p0=indices.resolve_cluster/20_resolve_system_index/Resolve system index via resolve/cluster}
issue: https://github.com/elastic/elasticsearch/issues/146312
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
method: test {csv-spec:stats.sumAsSurrogateWithOverflowGroupingRow}
issue: https://github.com/elastic/elasticsearch/issues/146376
- class: org.elasticsearch.xpack.esql.qa.single_node.RestEsqlIT
method: testForceSleepsProfile {SYNC}
issue: https://github.com/elastic/elasticsearch/issues/146377
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: test {p0=mget/60_realtime_refresh/Realtime Refresh}
issue: https://github.com/elastic/elasticsearch/issues/146410
- class: org.elasticsearch.xpack.diskbbq.DiskBbqTrialLicenseIT
method: testDefaultIndexOptionsForDenseVector
issue: https://github.com/elastic/elasticsearch/issues/146415
- class: org.elasticsearch.index.reindex.ReindexClientYamlTestSuiteIT
method: test {yaml=reindex/10_basic/Response format for version conflict with conflicts=proceed}
issue: https://github.com/elastic/elasticsearch/issues/146419
- class: org.elasticsearch.repositories.blobstore.testkit.analyze.AzureRepositoryAnalysisRestIT
method: testRepositoryAnalysis
issue: https://github.com/elastic/elasticsearch/issues/146430
- class: org.elasticsearch.xpack.esql.optimizer.rules.physical.local.SubstituteRoundToGoldenTests
method: testDateTruncNotTransformToQueryAndTags
issue: https://github.com/elastic/elasticsearch/issues/146458
- class: org.elasticsearch.xpack.esql.optimizer.rules.physical.local.SubstituteRoundToTests
method: testBlockLoaderFallbackForDate {default}
issue: https://github.com/elastic/elasticsearch/issues/146459
- class: org.elasticsearch.xpack.esql.optimizer.rules.physical.local.SubstituteRoundToTests
method: testBlockLoaderFallbackForLong {default}
issue: https://github.com/elastic/elasticsearch/issues/146460
- class: org.elasticsearch.xpack.esql.optimizer.rules.physical.local.SubstituteRoundToTests
method: testBlockLoaderFallbackForDateNanos {default}
issue: https://github.com/elastic/elasticsearch/issues/146461
- class: org.elasticsearch.xpack.esql.optimizer.rules.physical.local.SubstituteRoundToTests
method: testDateTruncNotTransformToQueryAndTags {default}
issue: https://github.com/elastic/elasticsearch/issues/146462
- class: org.elasticsearch.xpack.rank.rrf.RRFRankClientYamlTestSuiteIT
method: test {yaml=rrf/310_rrf_retriever_simplified/Expansion to equivalent custom sub-retrievers returns the same results}
issue: https://github.com/elastic/elasticsearch/issues/146464
- class: org.elasticsearch.reindex.ReindexBasicTests
method: testReindexFailsWhenSourceIndexIsClosed
issue: https://github.com/elastic/elasticsearch/issues/146466
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/145901
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeApproximationIT
method: test {csv-spec:inlinestats.filterSometimesMatches}
issue: https://github.com/elastic/elasticsearch/issues/146545
- class: org.elasticsearch.versioning.ConcurrentSeqNoVersioningIT
method: testSeqNoCASLinearizability
issue: https://github.com/elastic/elasticsearch/issues/146568
- class: org.elasticsearch.xpack.esql.qa.multi_node.GenerativeUnmappedLoadIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/145900
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: test {p0=aggregations/sig_terms/Test background filter count}
issue: https://github.com/elastic/elasticsearch/issues/146599
- class: org.elasticsearch.multiproject.test.CoreWithMultipleProjectsClientYamlTestSuiteIT
method: test {yaml=reindex/10_basic/Response format for updated}
issue: https://github.com/elastic/elasticsearch/issues/146607
- class: org.elasticsearch.xpack.esql.qa.single_node.PushExpressionToLoadIT
method: testRoundToLong
issue: https://github.com/elastic/elasticsearch/issues/146614
- class: org.elasticsearch.xpack.esql.qa.single_node.PushExpressionToLoadIT
method: testRoundToLongExactMatch
issue: https://github.com/elastic/elasticsearch/issues/146615
- class: org.elasticsearch.xpack.esql.optimizer.ApproximationGoldenTests
method: testApproximationDisabled
issue: https://github.com/elastic/elasticsearch/issues/146564
- class: org.elasticsearch.index.reindex.ReindexRelocationOnShutdownIT
method: testReindexFailsWhenPitRelocationFails
issue: https://github.com/elastic/elasticsearch/issues/146650
- class: org.elasticsearch.transport.ClusterConnectionManagerTests
method: testConcurrentConnectsAndDisconnects
issue: https://github.com/elastic/elasticsearch/issues/146685
- class: org.elasticsearch.transport.RemoteClusterClientTests
method: testQuicklySkipUnavailableClusters
issue: https://github.com/elastic/elasticsearch/issues/146687
- class: org.elasticsearch.transport.TransportHandshakerTests
method: testHandshakeRequestFutureVersionsCompatibility
issue: https://github.com/elastic/elasticsearch/issues/146688
- class: org.elasticsearch.simdvec.ESVectorUtilTests
method: testPow2DiffAndScale
issue: https://github.com/elastic/elasticsearch/issues/146690
- class: org.elasticsearch.transport.TransportHandshakerTests
method: testHandshakeRequestAndResponse
issue: https://github.com/elastic/elasticsearch/issues/146692
- class: org.elasticsearch.transport.RemoteClusterClientTests
method: testConnectAndExecuteRequest
issue: https://github.com/elastic/elasticsearch/issues/146693
- class: org.elasticsearch.synonyms.SynonymsManagementAPIServiceTests
method: testBulkUpdateEmptySet
issue: https://github.com/elastic/elasticsearch/issues/146695
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeRandomMappingIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/146553
- class: org.elasticsearch.index.reindex.ReindexRelocationOnShutdownIT
method: testReindexTaskRelocatesOnNodeShutdown
issue: https://github.com/elastic/elasticsearch/issues/146696
- class: org.elasticsearch.transport.TransportHandshakerTests
method: testHandshakeError
issue: https://github.com/elastic/elasticsearch/issues/146697
- class: org.elasticsearch.transport.ClusterConnectionManagerTests
method: testDisconnectLogging
issue: https://github.com/elastic/elasticsearch/issues/146698
- class: org.elasticsearch.transport.RemoteClusterClientTests
method: testEnsureWeReconnect
issue: https://github.com/elastic/elasticsearch/issues/146699
- class: org.elasticsearch.simdvec.ESVectorUtilTests
method: testLogSumExpDiff
issue: https://github.com/elastic/elasticsearch/issues/146700
- class: org.elasticsearch.transport.TransportHandshakerTests
method: testHandshakeResponseFromOlderNodeWithPatchedProtocol
issue: https://github.com/elastic/elasticsearch/issues/146702
- class: org.elasticsearch.transport.TransportHandshakerTests
method: testHandshakeResponseFromOlderNode
issue: https://github.com/elastic/elasticsearch/issues/146703
- class: org.elasticsearch.transport.ClusterConnectionManagerTests
method: testConnectAfterClose
issue: https://github.com/elastic/elasticsearch/issues/146704
# 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/..."