Mark periodically failing test as AwaitsFix

This should reduce our build failure emails. The failure is already
tracked at https://github.com/elastic/x-pack-elasticsearch/issues/2421.
It isn't actively being worked but will be soon.

Original commit: elastic/x-pack-elasticsearch@6baf55de42
This commit is contained in:
Nik Everett 2017-09-19 09:58:25 -04:00
parent 67055877a5
commit ea66433899
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*/
package org.elasticsearch.xpack.security;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesResponse;
import org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateResponse;
import org.elasticsearch.client.Client;
@ -34,6 +35,7 @@ import static org.hamcrest.Matchers.not;
* system priviliges
*/
@ClusterScope(maxNumDataNodes = 1, scope = Scope.SUITE, numClientNodes = 0)
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/2421")
public class TemplateUpgraderTests extends SecurityIntegTestCase {
public void testTemplatesWorkAsExpected() throws Exception {