|
@@ -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;
|
|
@@ -66,7 +65,6 @@ public class LocalExporterResourceIntegTests extends LocalExporterIntegTestCase
|
|
|
);
|
|
|
|
|
|
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());
|