You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
This PR calls out that he tests in SecureWorkflowRestApiIT are flaky when executed in the Jenkins CI. The flakiness will need to be investigated and resolved. #1166
The @Ignore annotation was causing the integ tests to fail with the following error. This PR changes the annotation to the recommended @AwaitsFix. #1245
> Task :alerting:forbiddenApisTest FAILED
Forbidden annotation use: org.junit.Ignore [Use AwaitsFix instead]
in org.opensearch.alerting.resthandler.SecureWorkflowRestApiIT (SecureWorkflowRestApiIT.kt, annotation on class declaration)
Scanned 120 class file(s) for forbidden API invocations (in 0.38s), 1 error(s).
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':alerting:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.
The text was updated successfully, but these errors were encountered:
What is the bug?
This PR calls out that he tests in
SecureWorkflowRestApiIT
are flaky when executed in the Jenkins CI. The flakiness will need to be investigated and resolved.#1166
The
@Ignore
annotation was causing the integ tests to fail with the following error. This PR changes the annotation to the recommended@AwaitsFix
.#1245
The text was updated successfully, but these errors were encountered: