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:
parent
23f85fe6d4
commit
d0cd18169e
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue