Skip to content

Commit

Permalink
replace ignore annotation with awaitsFix annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Sashank Nistala <[email protected]>
  • Loading branch information
eirsep committed Oct 12, 2023
1 parent f370b1c commit bf946ce
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`() {
Expand Down

0 comments on commit bf946ce

Please sign in to comment.