Skip to content

Commit

Permalink
Changed @ignore to @AwaitsFix (opensearch-project#1245)
Browse files Browse the repository at this point in the history
* Changed @ignore to @AwaitsFix

Signed-off-by: Jinlin Zhang <[email protected]>

* added bugUrl

Signed-off-by: Jinlin Zhang <[email protected]>

---------

Signed-off-by: Jinlin Zhang <[email protected]>
  • Loading branch information
kennyzhang0819 authored Oct 13, 2023
1 parent b195c59 commit c2f45de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import org.apache.hc.core5.http.ContentType
import org.apache.hc.core5.http.HttpHeaders
import org.apache.hc.core5.http.io.entity.StringEntity
import org.apache.hc.core5.http.message.BasicHeader
import org.apache.lucene.tests.util.LuceneTestCase.AwaitsFix
import org.junit.After
import org.junit.Before
import org.junit.BeforeClass
import org.junit.Ignore
import org.opensearch.alerting.ALERTING_BASE_URI
import org.opensearch.alerting.ALERTING_DELETE_WORKFLOW_ACCESS
import org.opensearch.alerting.ALERTING_EXECUTE_WORKFLOW_ACCESS
Expand Down Expand Up @@ -63,7 +63,7 @@ import org.opensearch.test.junit.annotations.TestLogging
import java.time.Instant

// TODO investigate flaky nature of tests. not reproducible in local but fails in jenkins CI
@Ignore
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/alerting/issues/1246")
@TestLogging("level:DEBUG", reason = "Debug for tests.")
@Suppress("UNCHECKED_CAST")
class SecureWorkflowRestApiIT : AlertingRestTestCase() {
Expand Down

0 comments on commit c2f45de

Please sign in to comment.