-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Disable tests affected by quarkus issue 35288 #856
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The imports need to be ordered properly. Otherwise, LGTM.
@@ -2,7 +2,9 @@ | |||
|
|||
import io.quarkus.test.scenarios.OpenShiftDeploymentStrategy; | |||
import io.quarkus.test.scenarios.OpenShiftScenario; | |||
import org.junit.jupiter.api.Disabled; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This import is out of order.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, I didn't check this beforehand.
@@ -2,7 +2,9 @@ | |||
|
|||
import io.quarkus.test.scenarios.OpenShiftDeploymentStrategy; | |||
import io.quarkus.test.scenarios.OpenShiftScenario; | |||
import org.junit.jupiter.api.Disabled; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This import is out of order.
f9818f5
to
41b20d4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Summary
Disable tests affected by quarkus/35288. As this only disable tests I don't think it's needed to run Openshift test. Also It will be run with 3.2.3.Final where this issue not appearing.
Please check the relevant options
run tests
phrase in comment)Checklist: