Skip to content

Commit

Permalink
Revert "[CI] Mute LocalExporterResourceIntegTests (elastic#70365)"
Browse files Browse the repository at this point in the history
This reverts commit c4234ca.
  • Loading branch information
joegallo committed May 5, 2022
1 parent 8c03df6 commit f4ad5f1
Showing 1 changed file with 0 additions and 2 deletions.
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 f4ad5f1

Please sign in to comment.