Skip to content

Commit f4ad5f1

Browse files
committed
Revert "[CI] Mute LocalExporterResourceIntegTests (elastic#70365)"
This reverts commit c4234ca.
1 parent 8c03df6 commit f4ad5f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/exporter/local/LocalExporterResourceIntegTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77
package org.elasticsearch.xpack.monitoring.exporter.local;
88

9-
import org.apache.lucene.util.Constants;
109
import org.elasticsearch.Version;
1110
import org.elasticsearch.action.search.SearchResponse;
1211
import org.elasticsearch.cluster.ClusterState;
@@ -66,7 +65,6 @@ protected Settings nodeSettings(int nodeOrdinal, Settings otherSettings) {
6665
);
6766

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

0 commit comments

Comments
 (0)