Skip to content

Commit

Permalink
Mute TransportGetAutoscalingCapacityActionIT.testCurrentCapacity (#67091
Browse files Browse the repository at this point in the history
)

Issue #67089
  • Loading branch information
henningandersen committed Jan 6, 2021
1 parent 4b55156 commit 688d6a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, numDataNodes = 0)
public class TransportGetAutoscalingCapacityActionIT extends AutoscalingIntegTestCase {

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/67089")
public void testCurrentCapacity() throws Exception {
assertThat(capacity().results().keySet(), Matchers.empty());
long memory = OsProbe.getInstance().getTotalPhysicalMemorySize();
Expand Down

0 comments on commit 688d6a5

Please sign in to comment.