Tests: Remove AwaitsFix from TemplateUpgraderTests

I believe this problem should have been already fixed by elastic/elasticsearch#26698.

Original commit: elastic/x-pack-elasticsearch@0ec93f2803
This commit is contained in:
Igor Motov 2017-09-20 14:11:49 -04:00
parent a5e8589b38
commit 4964239f4c
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ 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 {