diff --git a/alerting/src/test/kotlin/org/opensearch/alerting/bwc/AlertingBackwardsCompatibilityIT.kt b/alerting/src/test/kotlin/org/opensearch/alerting/bwc/AlertingBackwardsCompatibilityIT.kt index d9de08d9e..960801d7f 100644 --- a/alerting/src/test/kotlin/org/opensearch/alerting/bwc/AlertingBackwardsCompatibilityIT.kt +++ b/alerting/src/test/kotlin/org/opensearch/alerting/bwc/AlertingBackwardsCompatibilityIT.kt @@ -7,6 +7,7 @@ package org.opensearch.alerting.bwc import org.apache.http.entity.ContentType.APPLICATION_JSON import org.apache.http.entity.StringEntity +import org.junit.Ignore import org.opensearch.alerting.ALERTING_BASE_URI import org.opensearch.alerting.AlertingRestTestCase import org.opensearch.alerting.makeRequest @@ -42,6 +43,7 @@ class AlertingBackwardsCompatibilityIT : AlertingRestTestCase() { .build() } + @Ignore @Throws(Exception::class) @Suppress("UNCHECKED_CAST") fun `test backwards compatibility`() {