Browse Source

Mute PatternedTextFieldMapperTests (#130176)

Luigi Dell'Aquila 3 months ago
parent
commit
ed071ccc0c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      muted-tests.yml

+ 2 - 0
muted-tests.yml

@@ -569,6 +569,8 @@ tests:
 - class: org.elasticsearch.compute.aggregation.TopIntAggregatorFunctionTests
   method: testManyInitialManyPartialFinalRunnerThrowing
   issue: https://github.com/elastic/elasticsearch/issues/130145
+- class: org.elasticsearch.xpack.logsdb.patternedtext.PatternedTextFieldMapperTests
+  issue: https://github.com/elastic/elasticsearch/issues/130162
 - class: org.elasticsearch.ingest.geoip.direct.TransportPutDatabaseConfigurationActionTests
   method: testValidatePrerequisites
   issue: https://github.com/elastic/elasticsearch/issues/130178