Преглед изворни кода

Unmute some monitoring tests (#86483)

Joe Gallo пре 3 година
родитељ
комит
77e9abd6e4

+ 0 - 2
x-pack/plugin/monitoring/src/test/java/org/elasticsearch/xpack/monitoring/action/TransportMonitoringMigrateAlertsActionTests.java

@@ -214,7 +214,6 @@ public class TransportMonitoringMigrateAlertsActionTests extends MonitoringInteg
         }
     }
 
-    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66586")
     public void testDisabledLocalExporterAlertsRemoval() throws Exception {
         try {
             // start monitoring service
@@ -259,7 +258,6 @@ public class TransportMonitoringMigrateAlertsActionTests extends MonitoringInteg
         }
     }
 
-    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/66586")
     public void testLocalExporterWithAlertingDisabled() throws Exception {
         try {
             // start monitoring service

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

@@ -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());