Skip to content

Commit 6660f92

Browse files
committed
[CI] Mute LocalExporterResourceIntegTests (elastic#70365)
1 parent f15c31f commit 6660f92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

9+
import org.apache.lucene.util.Constants;
910
import org.elasticsearch.Version;
1011
import org.elasticsearch.action.search.SearchResponse;
1112
import org.elasticsearch.cluster.ClusterState;
@@ -62,6 +63,7 @@ protected Settings nodeSettings(int nodeOrdinal) {
6263
private final MonitoredSystem system = randomFrom(MonitoredSystem.values());
6364

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

0 commit comments

Comments
 (0)