task.skipTest("indices.create/20_mix_typeless_typeful/Implicitly create a typed index while there is a typeless template","Type information about the type is removed and not passed down. The logic to check for this is also removed.")
task.skipTest("indices.create/20_mix_typeless_typeful/Implicitly create a typeless index while there is a typed template","Type information about the type is removed and not passed down. The logic to check for this is also removed.")
task.skipTest("delete/70_mix_typeless_typeful/DELETE with typeless API on an index that has types","Type information about the type is removed and not passed down. The logic to check for this is also removed.");
task.skipTest("get/100_mix_typeless_typeful/GET with typeless API on an index that has types","Failing due to not recognising missing type (the type path param is ignored, will no be fixed");
task.skipTest("indices.get_field_mapping/21_missing_field_with_types/Return empty object if field doesn't exist, but type and index do","This test returns test_index.mappings:{} when {} was expected. difference between 20_missing_field and 21_missing_field_with_types?")
task.skipTest("indices.get_field_mapping/30_missing_type/Raise 404 when type doesn't exist","The information about the type is not present in the index. hence it cannot know if the type exist or not.")
task.skipTest("indices.get_mapping/20_missing_type/Existent and non-existent type returns 404 and the existing type"," The information about the type is not present in the index. hence it cannot know if the type exist or not")
task.skipTest("indices.get_mapping/20_missing_type/Existent and non-existent types returns 404 and the existing type","The information about the type is not present in the index. hence it cannot know if the type exist or not.")
task.skipTest("indices.get_mapping/20_missing_type/No type matching pattern returns 404","The information about the type is not present in the index. hence it cannot know if the type exist or not.")
task.skipTest("indices.get_mapping/20_missing_type/Non-existent type returns 404","The information about the type is not present in the index. hence it cannot know if the type exist or not.")
task.skipTest("indices.get_mapping/20_missing_type/Type missing when no types exist","The information about the type is not present in the index. hence it cannot know if the type exist or not.")
task.skipTest("indices.put_mapping/20_mix_typeless_typeful/PUT mapping with _doc on an index that has types","The information about the type is not present in the index. hence it cannot know if the type was already used or not")
task.skipTest("indices.put_mapping/20_mix_typeless_typeful/PUT mapping with typeless API on an index that has types","The information about the type is not present in the index. hence it cannot know if the type was already used or not")
task.skipTest("search/160_exists_query/Test exists query on _type field","There is a small distinction between empty mappings and no mappings at all. The code to implement this test was refactored #54003; field search on _type field- not implementing. The data for _type is considered incorrect in this search")
task.skipTest("termvectors/50_mix_typeless_typeful/Term vectors with typeless API on an index that has types","type information is not stored, hence the the index will be found")
task.skipTest("mget/11_default_index_type/Default index/type","mget - these use cases are no longer valid because we always default to _doc.; This mean test cases where there is assertion on not finding by type won't work")
task.skipTest("mget/16_basic_with_types/Basic multi-get","mget - these use cases are no longer valid, because we always default to _doc.; This mean test cases where there is assertion on not finding by type won't work")
task.skipTest("explain/40_mix_typeless_typeful/Explain with typeless API on an index that has types","asserting about type not found won't work as we ignore the type information")
task.skipTest("indices.stats/20_translog/Translog retention settings are deprecated","translog settings removal is not supported under compatible api")
task.skipTest("indices.stats/20_translog/Translog retention without soft_deletes","translog settings removal is not supported under compatible api")
task.skipTest("indices.stats/20_translog/Translog stats on closed indices without soft-deletes","translog settings removal is not supported under compatible api")
task.skipTest("indices.create/10_basic/Create index without soft deletes","Make soft-deletes mandatory in 8.0 #51122 - settings changes are note supported in Rest Api compatibility")
task.skipTest("field_caps/30_filter/Field caps with index filter","behaviour change after #63692 4digits dates are parsed as epoch and in quotes as year")
task.skipTest("indices.forcemerge/10_basic/Check deprecation warning when incompatible only_expunge_deletes and max_num_segments values are both set","#44761 bug fix")
task.skipTest("search/340_type_query/type query","#47207 type query throws exception in compatible mode")
task.skipTest("search/310_match_bool_prefix/multi_match multiple fields with cutoff_frequency throws exception","#42654 cutoff_frequency, common terms are not supported. Throwing an exception")
task.skipTest("search/240_date_nanos/doc value fields are working as expected across date and date_nanos fields","Fetching docvalues field multiple times is no longer allowed")