From bf946ce2cc5aa5a2e7067a499fd536f00d695059 Mon Sep 17 00:00:00 2001 From: Surya Sashank Nistala Date: Thu, 12 Oct 2023 15:19:38 -0700 Subject: [PATCH] replace ignore annotation with awaitsFix annotation Signed-off-by: Surya Sashank Nistala --- .../alerting/bwc/AlertingBackwardsCompatibilityIT.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 960801d7f..d90694ea3 100644 --- a/alerting/src/test/kotlin/org/opensearch/alerting/bwc/AlertingBackwardsCompatibilityIT.kt +++ b/alerting/src/test/kotlin/org/opensearch/alerting/bwc/AlertingBackwardsCompatibilityIT.kt @@ -7,7 +7,6 @@ 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 @@ -43,7 +42,7 @@ class AlertingBackwardsCompatibilityIT : AlertingRestTestCase() { .build() } - @Ignore + @AwaitsFix(bugUrl = "https://github.com/opensearch-project/alerting/issues/1266") @Throws(Exception::class) @Suppress("UNCHECKED_CAST") fun `test backwards compatibility`() {