From 52be1aa943a15df49acf2b7a0ebabfcc5ec1941c Mon Sep 17 00:00:00 2001 From: jaymode Date: Thu, 30 Jul 2015 07:03:03 -0400 Subject: [PATCH] [Test] mute the cat node attributes rest test The integration tests do not have any node attributes so the body that is returned is empty and causes the test to fail. Original commit: elastic/x-pack-elasticsearch@ad846796f10a2cd7e2afa29e0b66ebd1cf479d0a --- shield/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shield/pom.xml b/shield/pom.xml index 3af28bb293b..93f55a75515 100644 --- a/shield/pom.xml +++ b/shield/pom.xml @@ -22,7 +22,7 @@ org.elasticsearch.shield.ShieldPlugin false - indices.get/10_basic/*allow_no_indices*,cat.count/10_basic/Test cat count output,cat.aliases/10_basic/Empty cluster,indices.segments/10_basic/no segments test,indices.clear_cache/10_basic/clear_cache test,indices.status/10_basic/Indices status test,cat.indices/10_basic/Test cat indices output,cat.recovery/10_basic/Test cat recovery output,cat.shards/10_basic/Test cat shards output,termvector/20_issue7121/*,index/10_with_id/Index with ID,indices.get_alias/20_emtpy/*,cat.segments/10_basic/Test cat segments output,indices.put_settings/10_basic/Test indices settings allow_no_indices,indices.put_settings/10_basic/Test indices settings ignore_unavailable,indices.refresh/10_basic/Indices refresh test no-match wildcard,indices.stats/10_index/Index - star*,indices.recovery/10_basic/Indices recovery test*,template/30_render_search_template/*,indices.shard_stores/10_basic/no indices test + indices.get/10_basic/*allow_no_indices*,cat.count/10_basic/Test cat count output,cat.aliases/10_basic/Empty cluster,indices.segments/10_basic/no segments test,indices.clear_cache/10_basic/clear_cache test,indices.status/10_basic/Indices status test,cat.indices/10_basic/Test cat indices output,cat.recovery/10_basic/Test cat recovery output,cat.shards/10_basic/Test cat shards output,termvector/20_issue7121/*,index/10_with_id/Index with ID,indices.get_alias/20_emtpy/*,cat.segments/10_basic/Test cat segments output,indices.put_settings/10_basic/Test indices settings allow_no_indices,indices.put_settings/10_basic/Test indices settings ignore_unavailable,indices.refresh/10_basic/Indices refresh test no-match wildcard,indices.stats/10_index/Index - star*,indices.recovery/10_basic/Indices recovery test*,template/30_render_search_template/*,indices.shard_stores/10_basic/no indices test,cat.nodeattrs/10_basic/Test cat nodes attrs output ${basedir}/dev-tools/integration-tests.xml