Remove stale awaits fix on azure master nodes test

This awaits fix has been there forever and no one seems to know what to
do with this test. I say let CI churn on it because it passed for me
three out of three times. If there is something wrong with it, we will
know quickly and can then address with the new information that we have.
This commit is contained in:
Jason Tedor 2017-11-28 22:43:34 -05:00
parent 23f85fe6d4
commit d0cd18169e
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ import static org.hamcrest.Matchers.nullValue;
transportClientRatio = 0.0,
numClientNodes = 0,
autoMinMasterNodes = false)
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/27554")
public class AzureMinimumMasterNodesTests extends AbstractAzureComputeServiceTestCase {
public AzureMinimumMasterNodesTests() {