Skip to content

Commit

Permalink
Changed @ignore to @AwaitsFix (#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 committed Oct 14, 2023
1 parent bf94ae1 commit cc0b150
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import org.apache.http.HttpHeaders
import org.apache.http.entity.ContentType
import org.apache.http.message.BasicHeader
import org.apache.http.nio.entity.NStringEntity
import org.apache.lucene.tests.util.LuceneTestCase.AwaitsFix
import org.junit.After
import org.junit.Before
import org.junit.BeforeClass
Expand Down Expand Up @@ -61,6 +62,8 @@ import org.opensearch.search.builder.SearchSourceBuilder
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
@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 cc0b150

Please sign in to comment.