Skip to content

Commit

Permalink
Unmute some monitoring tests (elastic#86483)
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo committed May 5, 2022
1 parent a907f0b commit 77e9abd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ public void testRepeatedLocalAlertsRemoval() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66586")
public void testDisabledLocalExporterAlertsRemoval() throws Exception {
try {
// start monitoring service
Expand Down Expand Up @@ -259,7 +258,6 @@ public void testDisabledLocalExporterAlertsRemoval() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66586")
public void testLocalExporterWithAlertingDisabled() throws Exception {
try {
// start monitoring service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/
package org.elasticsearch.xpack.monitoring.exporter.local;

import org.apache.lucene.util.Constants;
import org.elasticsearch.Version;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.cluster.ClusterState;
Expand Down Expand Up @@ -66,7 +65,6 @@ protected Settings nodeSettings(int nodeOrdinal, Settings otherSettings) {
);

public void testCreateWhenResourcesNeedToBeAddedOrUpdated() throws Exception {
assumeFalse("https://github.com/elastic/elasticsearch/issues/68608", Constants.MAC_OS_X);
// sometimes they need to be added; sometimes they need to be replaced
if (randomBoolean()) {
putResources(oldVersion());
Expand Down

0 comments on commit 77e9abd

Please sign in to comment.