Skip to content

Commit

Permalink
Changed @ignore to @AwaitsFix
Browse files Browse the repository at this point in the history
Signed-off-by: Jinlin Zhang <[email protected]>
  • Loading branch information
kennyzhang0819 committed Oct 10, 2023
1 parent 6f29716 commit 78322d9
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 = "Replace with issue URL")
@TestLogging("level:DEBUG", reason = "Debug for tests.")
@Suppress("UNCHECKED_CAST")
class SecureWorkflowRestApiIT : AlertingRestTestCase() {
Expand Down

0 comments on commit 78322d9

Please sign in to comment.