Browse Source

Mute 'Fix IndexNotFoundException error when handling remove alias action' test, (#80593)

when running yamlRestTestV7CompatTest Relates to #80405
Martijn van Groningen 3 years ago
parent
commit
3fa33b7460
1 changed files with 1 additions and 0 deletions
  1. 1 0
      x-pack/plugin/build.gradle

+ 1 - 0
x-pack/plugin/build.gradle

@@ -80,6 +80,7 @@ tasks.named("yamlRestTestV7CompatTest").configure {
             'unsigned_long/50_script_values/Scripted sort values',
             'unsigned_long/50_script_values/script_score query',
             'unsigned_long/50_script_values/Script query',
+            'data_stream/140_data_stream_aliases/Fix IndexNotFoundException error when handling remove alias action',
     ].join(',')
 }