We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem
./gradlew build
org.junit.Ignore
SecureWorkflowRestApiIT
Task :alerting:forbiddenApisTest FAILED Forbidden annotation use: org.junit.Ignore [Use AwaitsFix instead]
Solution
AwaitsFix
The text was updated successfully, but these errors were encountered:
Left this comment in the PR as well, but I'll add it here too for visibility. Once successfully backported, we can close this issue.
@kennyzhang0819 Looks like the auto backport for this PR failed. Could you please manually create a backport PR? To do that, you'd want to:
2.x
Sorry, something went wrong.
Just did that. See #1272
Successfully merging a pull request may close this issue.
Problem
./gradlew build
fails to run due toorg.junit.Ignore
being called in classSecureWorkflowRestApiIT
.Task :alerting:forbiddenApisTest FAILED Forbidden annotation use: org.junit.Ignore [Use AwaitsFix instead]
Solution
AwaitsFix
Annotation Instead.The text was updated successfully, but these errors were encountered: